Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/f4cba0ed43dff99241ed6dd4778f58ebd7726ac6 You should set ROOT_URL correctly, otherwise the web may not work correctly.

fix dependency for compat job

pull/2799/head
dkanada 5 years ago
parent 0a6faefe3a
commit f4cba0ed43

@ -23,7 +23,7 @@ jobs:
NugetPackageName: ${{ Package.value.NugetPackageName }}
AssemblyFileName: ${{ Package.value.AssemblyFileName }}
maxParallel: 2
dependsOn: MainBuild
dependsOn: Build
steps:
- checkout: none

Loading…
Cancel
Save