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

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