update SocketHttpListener

This commit is contained in:
Luke Pulverenti
2015-11-06 10:53:23 -05:00
parent 3924244b04
commit 6f619eff5f
5 changed files with 20 additions and 13 deletions

View File

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