Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/552a74eb6e874976116447754785b6c1ca355718 You should set ROOT_URL correctly, otherwise the web may not work correctly.
pull/2946/head
crobibero 5 years ago
parent 6c7cc92a09
commit 552a74eb6e

@ -85,9 +85,8 @@ namespace Jellyfin.Api.Controllers.Images
var images = await _providerManager.GetAvailableRemoteImages(
item,
new RemoteImageQuery
new RemoteImageQuery(providerName)
{
ProviderName = providerName,
IncludeAllLanguages = includeAllLanguages,
IncludeDisabledProviders = true,
ImageType = type

Loading…
Cancel
Save