update db querying

This commit is contained in:
Luke Pulverenti
2016-03-20 23:10:37 -04:00
parent 52a42229cd
commit d4870e788a
5 changed files with 31 additions and 119 deletions

View File

@@ -105,6 +105,7 @@ namespace MediaBrowser.Controller.Entities
internal List<Guid> ItemIdsFromPersonFilters { get; set; }
public int? ParentIndexNumber { get; set; }
public int? MinParentalRating { get; set; }
public int? MaxParentalRating { get; set; }
public bool? IsCurrentSchema { get; set; }