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

Update BaseControlHandler.cs

pull/4212/head
BaronGreenback 5 years ago committed by GitHub
parent 63571578ae
commit 7567779127
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -188,7 +188,7 @@ namespace Emby.Dlna.Service
}
}
if (localName != null && namespaceURI != null)
if (localName != null && namespaceURI != null)
{
return new ControlRequestInfo(localName, namespaceURI);
}

Loading…
Cancel
Save