Update LocalizationManager.cs

pull/1028/head
Bond-009 6 years ago committed by GitHub
parent 0419deeec4
commit 04db0369d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save