Update InternalPeopleQuery.cs

This commit is contained in:
Bond-009 2020-04-03 22:44:18 +02:00 committed by GitHub
parent cbb6797043
commit d6224ddeda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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; }