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