add index number filter

This commit is contained in:
Luke Pulverenti
2016-06-14 22:18:19 -04:00
parent 2f39ad1673
commit 7dd2b1592c
3 changed files with 10 additions and 7 deletions

View File

@@ -110,6 +110,7 @@ namespace MediaBrowser.Controller.Entities
internal List<Guid> ItemIdsFromPersonFilters { get; set; }
public int? ParentIndexNumber { get; set; }
public int? ParentIndexNumberNotEquals { get; set; }
public int? IndexNumber { get; set; }
public int? MinParentalRating { get; set; }
public int? MaxParentalRating { get; set; }
@@ -141,7 +142,7 @@ namespace MediaBrowser.Controller.Entities
public bool GroupByPresentationUniqueKey { get; set; }
public bool EnableTotalRecordCount { get; set; }
public bool ForceDirect { get; set; }
public Dictionary<string,string> ExcludeProviderIds { get; set; }
public Dictionary<string, string> ExcludeProviderIds { get; set; }
public InternalItemsQuery()
{