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/d4324b7e893725c1fc42eb482d54184420b9a5d9/MediaBrowser.MediaEncoding/Subtitles/ParserValues.cs You should set ROOT_URL correctly, otherwise the web may not work correctly.
jellyfin/MediaBrowser.MediaEncoding/Subtitles/ParserValues.cs

8 lines
142 B

namespace MediaBrowser.MediaEncoding.Subtitles
{
public class ParserValues
{
public const string NewLine = "\r\n";
}
}