mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-26 14:50:17 -05:00
Style fix
This commit is contained in:
parent
43f51b2d90
commit
92abc202a4
@ -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)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user