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/19c7c26dada0fe85c3295b53af4a824cb9bd58bc/MediaBrowser.Controller/Dlna/IConnectionManager.cs You should set ROOT_URL correctly, otherwise the web may not work correctly.
jellyfin/MediaBrowser.Controller/Dlna/IConnectionManager.cs

8 lines
129 B

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