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

8 lines
128 B


namespace MediaBrowser.Controller.Dlna
{
public interface IContentDirectory : IEventManager, IUpnpService
{
}
}