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