Style fix

This commit is contained in:
Bond-009 2019-11-01 16:42:47 +01:00 committed by GitHub
parent 43f51b2d90
commit 92abc202a4
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;
if (seasonNumber == null)
{
seasonName =_localization.GetLocalizedString("NameSeasonUnknown");
seasonName = _localization.GetLocalizedString("NameSeasonUnknown");
}
else if (seasonNumber == 0)
{