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/7e01cce884b70f4fa1709287bebdd2a85788a962/jellyfin.code-workspace You should set ROOT_URL correctly, otherwise the web may not work correctly.
jellyfin/jellyfin.code-workspace

18 lines
429 B

{
"folders": [
{
"path": "."
}
],
"settings": {
"files.eol": "\n",
"editor.renderWhitespace": "boundary",
"files.exclude": {
"**/bin": true,
"**/jellyfin-web": true,
"**/obj": true
},
"formatFiles.excludePattern": "**/node_modules,**/.vscode,**/dist/**,**/.chrome,ThirdParty,RSSDP,Mono.Nat,unRaid,debian"
}
}