mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
Update LocalizationManager.cs
This commit is contained in:
parent
0419deeec4
commit
04db0369d4
1 changed files with 1 additions and 2 deletions
|
@ -93,12 +93,11 @@ namespace Emby.Server.Implementations.Localization
|
|||
#if DEBUG
|
||||
else
|
||||
{
|
||||
_logger.LogWarning("Misformed line in ratings file for country {CountryCode}", countryCode);
|
||||
_logger.LogWarning("Malformed line in ratings file for country {CountryCode}", countryCode);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
}
|
||||
_logger.LogWarning("{t}", countryCode);
|
||||
|
||||
_allParentalRatings[countryCode] = dict;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue