mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Fix build error
This commit is contained in:
parent
a19b6a7f61
commit
c32db3ea26
@ -59,7 +59,7 @@ namespace MediaBrowser.Providers.Plugins.Tmdb.TV
|
||||
Overview = seasonResult.Overview
|
||||
};
|
||||
|
||||
if ((Plugin.Instance?.Configuration.ImportSeasonName).GetValueOrDefault())
|
||||
if (Plugin.Instance.Configuration.ImportSeasonName)
|
||||
{
|
||||
result.Item.Name = seasonResult.Name;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user