mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-09-01 03:30:06 +00:00
update search results
This commit is contained in:
parent
88debcd967
commit
1d6f82e2ef
5 changed files with 31 additions and 8 deletions
|
|
@ -27,6 +27,7 @@ namespace MediaBrowser.Controller.Entities
|
|||
public bool? IsLiked { get; set; }
|
||||
public bool? IsPlayed { get; set; }
|
||||
public bool? IsResumable { get; set; }
|
||||
public bool? IncludeItemsByName { get; set; }
|
||||
|
||||
public string[] MediaTypes { get; set; }
|
||||
public string[] IncludeItemTypes { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue