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/a7e99798651b39e3fdbeb5e5de7d10f30c6c84e5/MediaBrowser.Model/Dlna/TranscodeSeekInfo.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
namespace MediaBrowser.Model.Dlna
|
|
{
|
|
public enum TranscodeSeekInfo
|
|
{
|
|
Auto = 0,
|
|
Bytes = 1
|
|
}
|
|
} |