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

This commit is contained in:
Luke Pulverenti
2013-04-22 12:04:54 -04:00
parent 4c69edebe0
commit 6ef9fd9513
2 changed files with 3 additions and 3 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 string MaxParentalRating { get; set; }
public int? MaxParentalRating { get; set; }
/// <summary>
/// Gets or sets a value indicating whether [use custom library].