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

8 lines
109 B

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