mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-04-27 23:30:49 +02:00
Fix Update page not showing latest results
This commit is contained in:
parent
d70e08331f
commit
c12052867a
1 changed files with 2 additions and 0 deletions
|
|
@ -62,6 +62,8 @@ public List<UpdatePackage> GetRecentUpdates(string branch, Version currentVersio
|
|||
.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…
Reference in a new issue