Fix build

This commit is contained in:
Bond-009 2019-11-01 16:35:44 +01:00 committed by GitHub
parent d868530d1e
commit 43f51b2d90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -130,7 +130,7 @@ namespace MediaBrowser.Providers.TV
string seasonName;
if (seasonNumber == null)
{
seasonName =_localization.GetLocalizedString("NameSeasonUnknown")
seasonName =_localization.GetLocalizedString("NameSeasonUnknown");
}
else if (seasonNumber == 0)
{