Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/c32db3ea260157add0495d93a1ade568598e0cf1 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fix build error

pull/7172/head
SenorSmartyPants 3 years ago
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…
Cancel
Save