mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-13 12:16:49 +01:00
Apply suggestions from code review
Co-authored-by: theguymadmax <theguymadmax@proton.me>
This commit is contained in:
@@ -327,7 +327,7 @@ namespace Emby.Server.Implementations.Localization
|
||||
&& ratingsDictionary.TryGetValue(rating[(countryCode.Length + 1)..].Trim(), out var normalizedValue))
|
||||
{
|
||||
return normalizedValue;
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"ratingStrings": [],
|
||||
"ratingStrings": ["C8"],
|
||||
"ratingScore": {
|
||||
"score": 8,
|
||||
"subScore": 0
|
||||
|
||||
Reference in New Issue
Block a user