update db querying

This commit is contained in:
Luke Pulverenti
2016-03-20 16:04:27 -04:00
parent b4ea519395
commit 1a00ac0bbe
5 changed files with 26 additions and 38 deletions

View File

@@ -97,6 +97,7 @@ namespace MediaBrowser.Controller.Entities
public int? MinPlayers { get; set; }
public int? MaxPlayers { get; set; }
public int? MinIndexNumber { get; set; }
public int? AiredDuringSeason { get; set; }
public double? MinCriticRating { get; set; }
public double? MinCommunityRating { get; set; }