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/478be44dd6deff328cca51306585779bfba7c535/MediaBrowser.Common/Constants/Constants.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
|
|
namespace MediaBrowser.Common.Constants
|
|
{
|
|
public static class Constants
|
|
{
|
|
public const string MbAdminUrl = "http://www.mb3admin.com/admin/";
|
|
public const string MbServerPkgName = "MBServer";
|
|
public const string MbTheaterPkgName = "MBTheater";
|
|
}
|
|
}
|