mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-23 21:47:14 -04:00
Style fix
This commit is contained in:
parent
43f51b2d90
commit
92abc202a4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue