mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-02 22:08:27 +01:00
update indexedDb
This commit is contained in:
@@ -252,6 +252,9 @@ namespace MediaBrowser.Server.Implementations.Localization
|
||||
throw new ArgumentNullException("rating");
|
||||
}
|
||||
|
||||
// Fairly common for some users to have "Rated R" in their rating field
|
||||
rating = rating.Replace("Rated ", string.Empty, StringComparison.OrdinalIgnoreCase);
|
||||
|
||||
var ratingsDictionary = GetParentalRatingsDictionary();
|
||||
|
||||
ParentalRating value;
|
||||
|
||||
Reference in New Issue
Block a user