mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 14:08:44 -04: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
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ namespace Emby.Server.Implementations.Localization
|
||||||
countryCode = "us";
|
countryCode = "us";
|
||||||
}
|
}
|
||||||
|
|
||||||
var ratings = GetRatings(countryCode) ?? GetRatings("us");
|
return GetRatings(countryCode) ?? GetRatings("us");
|
||||||
|
|
||||||
return ratings;
|
return ratings;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue