diff options
| author | Tim Eisele <Tim_Eisele@web.de> | 2026-03-29 10:28:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-29 10:28:15 +0200 |
| commit | a12736a0ce7f1664d33bbf24fd8223ea9873dc69 (patch) | |
| tree | 9c871f40da77dced456673433c8b7e5ba888c3e3 /Emby.Server.Implementations/Localization/LocalizationManager.cs | |
| parent | f793acc1aad908518180d4be958a028de317ec60 (diff) | |
Apply suggestions from code review
Co-authored-by: theguymadmax <theguymadmax@proton.me>
Diffstat (limited to 'Emby.Server.Implementations/Localization/LocalizationManager.cs')
| -rw-r--r-- | Emby.Server.Implementations/Localization/LocalizationManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Localization/LocalizationManager.cs b/Emby.Server.Implementations/Localization/LocalizationManager.cs index 4c1c087184..d2622dc1ec 100644 --- a/Emby.Server.Implementations/Localization/LocalizationManager.cs +++ b/Emby.Server.Implementations/Localization/LocalizationManager.cs @@ -327,7 +327,7 @@ namespace Emby.Server.Implementations.Localization && ratingsDictionary.TryGetValue(rating[(countryCode.Length + 1)..].Trim(), out var normalizedValue)) { return normalizedValue; - } + } } else { |
