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