update search results

This commit is contained in:
Luke Pulverenti
2016-02-14 12:58:31 -05:00
parent 88debcd967
commit 1d6f82e2ef
5 changed files with 31 additions and 8 deletions

View File

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