mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-18 06:53:07 +03:00
#182 - Eliminate duplicates in the selection list for max rating in user screen
This commit is contained in:
@@ -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].
|
||||
|
||||
Reference in New Issue
Block a user