mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-13 08:37:07 +00:00
add StartIndex and ParentId to person search
This commit is contained in:
parent
982d7432f9
commit
80df5dc984
3 changed files with 20 additions and 1 deletions
|
|
@ -21,6 +21,8 @@ namespace MediaBrowser.Controller.Entities
|
|||
ExcludePersonTypes = excludePersonTypes;
|
||||
}
|
||||
|
||||
public int? StartIndex { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the maximum number of items the query should return.
|
||||
/// </summary>
|
||||
|
|
@ -28,6 +30,8 @@ namespace MediaBrowser.Controller.Entities
|
|||
|
||||
public Guid ItemId { get; set; }
|
||||
|
||||
public Guid? ParentId { get; set; }
|
||||
|
||||
public IReadOnlyList<string> PersonTypes { get; }
|
||||
|
||||
public IReadOnlyList<string> ExcludePersonTypes { get; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue