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/439916f4ff03a8507eb2f1ac1c892208020b3a19/MediaBrowser.Model/LiveTv/LiveTvTunerStatus.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
#pragma warning disable CS1591
|
|
|
|
namespace MediaBrowser.Model.LiveTv
|
|
{
|
|
public enum LiveTvTunerStatus
|
|
{
|
|
Available = 0,
|
|
Disabled = 1,
|
|
RecordingTv = 2,
|
|
LiveTv = 3
|
|
}
|
|
}
|