mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-05-24 02:02:29 -04:00
Update LocalizationManager.cs
This commit is contained in:
parent
0419deeec4
commit
04db0369d4
@ -93,12 +93,11 @@ namespace Emby.Server.Implementations.Localization
|
|||||||
#if DEBUG
|
#if DEBUG
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
_logger.LogWarning("Misformed line in ratings file for country {CountryCode}", countryCode);
|
_logger.LogWarning("Malformed line in ratings file for country {CountryCode}", countryCode);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
_logger.LogWarning("{t}", countryCode);
|
|
||||||
|
|
||||||
_allParentalRatings[countryCode] = dict;
|
_allParentalRatings[countryCode] = dict;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user