Apply suggestions from code review

Co-authored-by: theguymadmax <theguymadmax@proton.me>
This commit is contained in:
Tim Eisele
2026-03-29 10:28:15 +02:00
committed by GitHub
parent f793acc1aa
commit a12736a0ce
2 changed files with 2 additions and 2 deletions

View File

@@ -327,7 +327,7 @@ namespace Emby.Server.Implementations.Localization
&& ratingsDictionary.TryGetValue(rating[(countryCode.Length + 1)..].Trim(), out var normalizedValue))
{
return normalizedValue;
}
}
}
else
{