mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 05:53:03 +03:00
Update Emby.Server.Implementations/Localization/LocalizationManager.cs
Co-Authored-By: Bond-009 <bond.009@outlook.com>
This commit is contained in:
@@ -268,7 +268,7 @@ namespace Emby.Server.Implementations.Localization
|
||||
countryCode = "us";
|
||||
}
|
||||
|
||||
var ratings = GetRatings(countryCode) ?? GetRatings("us");
|
||||
return GetRatings(countryCode) ?? GetRatings("us");
|
||||
|
||||
return ratings;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user