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
1 changed files with 1 additions and 1 deletions

View File

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