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

support series images with omdb

pull/702/head
Luke Pulverenti 9 years ago
parent 3743152e0f
commit da85e15eb0

@ -76,7 +76,7 @@ namespace MediaBrowser.Providers.Omdb
}
// Save the http requests since we know it's not currently supported
if (item is Series || item is Season || item is Episode)
if (item is Season || item is Episode)
{
return false;
}

Loading…
Cancel
Save