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/d7f199bb1c43b56cafe8876f620d7757da17d8cd/.vscode/tasks.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
jellyfin/.vscode/tasks.json

15 lines
343 B

{
"version": "2.0.0",
"tasks": [
{
"label": "build",
"command": "dotnet",
"type": "process",
"args": [
"build",
"${workspaceFolder}/Jellyfin.Server/Jellyfin.Server.csproj"
],
"problemMatcher": "$msCompile"
}
]
}