Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/blame/commit/ad7af6355db70793b7302be8202962b4ab300076/MediaBrowser.Model/LiveTv/ProgramAudio.cs You should set ROOT_URL correctly, otherwise the web may not work correctly.
jellyfin/MediaBrowser.Model/LiveTv/ProgramAudio.cs

11 lines
162 B

namespace MediaBrowser.Model.LiveTv
{
public enum ProgramAudio
{
Mono,
Stereo,
Dolby,
DolbyDigital,
Thx
}
}