#182 - Eliminate duplicates in the selection list for max rating in user screen

This commit is contained in:
Luke Pulverenti
2013-04-22 11:38:38 -04:00
parent a55999b780
commit 47d2a11bdf
3 changed files with 10 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ namespace MediaBrowser.Model.Configuration
/// Gets or sets the max parental rating.
/// </summary>
/// <value>The max parental rating.</value>
public int? MaxParentalRating { get; set; }
public string MaxParentalRating { get; set; }
/// <summary>
/// Gets or sets a value indicating whether [use custom library].