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

Enable OMDB plot for non-English languages as fallback

pull/8667/head
David Ullmer 3 years ago
parent f850779781
commit bc8e249080
No known key found for this signature in database
GPG Key ID: 4AEABE3359D5883C

@ -408,10 +408,7 @@ namespace MediaBrowser.Providers.Plugins.Omdb
}
}
if (isEnglishRequested)
{
item.Overview = result.Plot;
}
item.Overview = result.Plot;
if (!Plugin.Instance.Configuration.CastAndCrew)
{

Loading…
Cancel
Save