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/e4be279fc7729b43fdbc48d6c4c314e3e3e6dab9/MediaBrowser.Model/Logging/IConsoleLogger.cs You should set ROOT_URL correctly, otherwise the web may not work correctly.
jellyfin/MediaBrowser.Model/Logging/IConsoleLogger.cs

8 lines
132 B

namespace MediaBrowser.Model.Logging
{
public interface IConsoleLogger
{
void WriteLine(string message);
}
}