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

Bump version to 5.4.0

pull/9787/head
Bogdan 1 year ago
parent 63f16924b1
commit b9c76d9bed

@ -9,7 +9,7 @@ variables:
testsFolder: './_tests'
yarnCacheFolder: $(Pipeline.Workspace)/.yarn
nugetCacheFolder: $(Pipeline.Workspace)/.nuget/packages
majorVersion: '5.3.6'
majorVersion: '5.4.0'
minorVersion: $[counter('minorVersion', 2000)]
radarrVersion: '$(majorVersion).$(minorVersion)'
buildName: '$(Build.SourceBranchName).$(radarrVersion)'

Loading…
Cancel
Save