mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 05:53:03 +03: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