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

8 lines
134 B

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