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/26487dc455bf65f5232509aae5313bca092c5b6a/MediaBrowser.Controller/Dlna/ISsdpHandler.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
using System;
|
|
|
|
namespace MediaBrowser.Controller.Dlna
|
|
{
|
|
public interface ISsdpHandler
|
|
{
|
|
event EventHandler<SsdpMessageEventArgs> MessageReceived;
|
|
}
|
|
}
|