mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-21 16:25:28 +03:00
Update InternalPeopleQuery.cs
This commit is contained in:
@@ -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; }
|
||||||
|
|||||||
Reference in New Issue
Block a user