add clean db task

This commit is contained in:
Luke Pulverenti
2015-08-26 01:10:04 -04:00
parent 71c6bc74cd
commit 3e1bbcdcea
4 changed files with 113 additions and 2 deletions

View File

@@ -96,6 +96,8 @@ namespace MediaBrowser.Controller.Entities
internal List<Guid> ItemIdsFromPersonFilters { get; set; }
public int? MaxParentalRating { get; set; }
public bool? IsCurrentSchema { get; set; }
public InternalItemsQuery()
{
Tags = new string[] { };