mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 23:58:57 +00:00
Style fix
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user