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

12 lines
177 B

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