Update InternalPeopleQuery.cs

pull/2741/head
Bond-009 4 years ago committed by GitHub
parent cbb6797043
commit d6224ddeda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4,6 +4,9 @@ namespace MediaBrowser.Controller.Entities
{
public class InternalPeopleQuery
{
/// <summary>
/// Gets or sets the maximum of items the query should return.
/// <summary>
public int Limit { get; set; }
public Guid ItemId { get; set; }

Loading…
Cancel
Save