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/71386f0ceb15ce0bac2e588f90781a4bd274fe68/MediaBrowser.Model/System/Architecture.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
namespace MediaBrowser.Model.System
|
|
{
|
|
public enum Architecture
|
|
{
|
|
X86 = 0,
|
|
X64 = 1,
|
|
Arm = 2
|
|
}
|
|
}
|