mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-08 02:34:19 -04:00
Fix build
This commit is contained in:
parent
d868530d1e
commit
43f51b2d90
@ -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