Fix build error

This commit is contained in:
SenorSmartyPants 2022-01-13 22:51:38 -06:00
parent a19b6a7f61
commit c32db3ea26

View File

@ -59,7 +59,7 @@ namespace MediaBrowser.Providers.Plugins.Tmdb.TV
Overview = seasonResult.Overview Overview = seasonResult.Overview
}; };
if ((Plugin.Instance?.Configuration.ImportSeasonName).GetValueOrDefault()) if (Plugin.Instance.Configuration.ImportSeasonName)
{ {
result.Item.Name = seasonResult.Name; result.Item.Name = seasonResult.Name;
} }