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/7baf2d6c6bdaa51c3ecd0d628d36a0dacbd2bc54/.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": [
]
}