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

Merge pull request from Bond-009/backportfix9503

fix for 
pull/10151/head
Cody Robibero 2 years ago committed by GitHub
commit 4f6edd9c3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -181,6 +181,10 @@ namespace MediaBrowser.Providers.Manager
{
contentType = "image/png";
}
else
{
throw new HttpRequestException("Invalid image received: contentType not set.", null, response.StatusCode);
}
}
// thetvdb will sometimes serve a rubbish 404 html page with a 200 OK code, because reasons...

Loading…
Cancel
Save