mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-06-23 15:30:56 -04:00
Update InternalPeopleQuery.cs
This commit is contained in:
parent
cbb6797043
commit
d6224ddeda
@ -4,6 +4,9 @@ namespace MediaBrowser.Controller.Entities
|
|||||||
{
|
{
|
||||||
public class InternalPeopleQuery
|
public class InternalPeopleQuery
|
||||||
{
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// Gets or sets the maximum of items the query should return.
|
||||||
|
/// <summary>
|
||||||
public int Limit { get; set; }
|
public int Limit { get; set; }
|
||||||
|
|
||||||
public Guid ItemId { get; set; }
|
public Guid ItemId { get; set; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user