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

Merge pull request from daullmer/backport-omdb-fix

pull/8779/head
Cody Robibero 3 years ago committed by GitHub
commit f83a24ec43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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