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/cd86fd767a19630701cbd9b92dd3d5638b55f7b8/Emby.Dlna/IMediaReceiverRegistrar.cs You should set ROOT_URL correctly, otherwise the web may not work correctly.
jellyfin/Emby.Dlna/IMediaReceiverRegistrar.cs

8 lines
115 B


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