mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-15 18:08:53 -07:00
Update Emby.Server.Implementations/Localization/LocalizationManager.cs
Co-Authored-By: Bond-009 <bond.009@outlook.com>
This commit is contained in:
parent
51edd5d067
commit
055e43eda7
@ -268,7 +268,7 @@ namespace Emby.Server.Implementations.Localization
|
||||
countryCode = "us";
|
||||
}
|
||||
|
||||
var ratings = GetRatings(countryCode) ?? GetRatings("us");
|
||||
return GetRatings(countryCode) ?? GetRatings("us");
|
||||
|
||||
return ratings;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user