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

13 lines
256 B

{
"recommendations": [
"ms-dotnettools.csharp",
"editorconfig.editorconfig",
"github.vscode-github-actions",
"ms-dotnettools.vscode-dotnet-runtime",
"ms-dotnettools.csdevkit"
],
"unwantedRecommendations": [
]
}