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/31c4a0e6af7e477a6329c3e6f0cbf7e230bd1ad8/MediaBrowser.Model/LiveTv/LiveTvServiceStatus.cs You should set ROOT_URL correctly, otherwise the web may not work correctly.
jellyfin/MediaBrowser.Model/LiveTv/LiveTvServiceStatus.cs

8 lines
127 B

namespace MediaBrowser.Model.LiveTv
{
public enum LiveTvServiceStatus
{
Ok = 0,
Unavailable = 1
}
}