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/07c43a1cd3979e67ac3547f3a76a7daab5cd4bc7/MediaBrowser.MediaEncoding/Subtitles/ParserValues.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
namespace MediaBrowser.MediaEncoding.Subtitles
|
|
{
|
|
public class ParserValues
|
|
{
|
|
public const string NewLine = "\r\n";
|
|
}
|
|
}
|