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

Bump version to 1.2.3

pull/3760/head
Qstick 2 years ago committed by GitHub
parent 4e18f8bf44
commit d762d5f756
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,7 +9,7 @@ variables:
testsFolder: './_tests'
yarnCacheFolder: $(Pipeline.Workspace)/.yarn
nugetCacheFolder: $(Pipeline.Workspace)/.nuget/packages
majorVersion: '1.2.2'
majorVersion: '1.2.3'
minorVersion: $[counter('minorVersion', 1076)]
lidarrVersion: '$(majorVersion).$(minorVersion)'
buildName: '$(Build.SourceBranchName).$(lidarrVersion)'

Loading…
Cancel
Save