mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
Changelog will only show updates with notable changes
This commit is contained in:
@@ -34,10 +34,9 @@ namespace NzbDrone.Core.Update
|
||||
{
|
||||
var restClient = new RestClient(Services.RootUrl);
|
||||
|
||||
var request = new RestRequest("/v1/update/{branch}/all");
|
||||
var request = new RestRequest("/v1/update/{branch}/changes");
|
||||
|
||||
request.AddUrlSegment("branch", branch);
|
||||
request.AddParameter("limit", 5);
|
||||
|
||||
var updates = restClient.ExecuteAndValidate<List<UpdatePackage>>(request);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user