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

Bump version to 1.9.2

pull/1880/head
Bogdan 2 years ago
parent 9625be723d
commit b8df720c6c

@ -9,7 +9,7 @@ variables:
testsFolder: './_tests'
yarnCacheFolder: $(Pipeline.Workspace)/.yarn
nugetCacheFolder: $(Pipeline.Workspace)/.nuget/packages
majorVersion: '1.9.1'
majorVersion: '1.9.2'
minorVersion: $[counter('minorVersion', 1)]
prowlarrVersion: '$(majorVersion).$(minorVersion)'
buildName: '$(Build.SourceBranchName).$(prowlarrVersion)'

Loading…
Cancel
Save