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

Use Arch and Runtime when getting list of update changes

pull/638/head
Qstick 4 years ago committed by ta264
parent 71b9026908
commit ad1ef12238

@ -62,6 +62,8 @@ namespace NzbDrone.Core.Update
.Resource("/update/{branch}/changes")
.AddQueryParam("version", currentVersion)
.AddQueryParam("os", OsInfo.Os.ToString().ToLowerInvariant())
.AddQueryParam("arch", RuntimeInformation.OSArchitecture)
.AddQueryParam("runtime", PlatformInfo.Platform.ToString().ToLowerInvariant())
.AddQueryParam("runtimeVer", _platformInfo.Version)
.SetSegment("branch", branch);

Loading…
Cancel
Save