From 441c825938263815047c3bb8c372b6b8c3c489b1 Mon Sep 17 00:00:00 2001 From: Igor Storozhuk Date: Tue, 10 Oct 2023 17:49:38 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B0=20=D1=81=D1=82=D1=80=D0=B0=D0=BD?= =?UTF-8?q?=D0=B8=D1=86=D0=B5=20=D1=80=D0=B5=D0=BB=D0=B8=D0=B7=D0=BE=D0=B2?= =?UTF-8?q?=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=20=D0=BF?= =?UTF-8?q?=D0=B0=D1=80=D0=B0=D0=BC=D0=B5=D1=82=D1=80=20allUpdates=3Dtrue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- downloader/oneDownloader.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/downloader/oneDownloader.go b/downloader/oneDownloader.go index 37cb41e..398320e 100644 --- a/downloader/oneDownloader.go +++ b/downloader/oneDownloader.go @@ -166,7 +166,7 @@ func (dr *OnegetDownloader) getReleaseFiles(release *ProjectVersionInfo, config func (dr *OnegetDownloader) getProjectReleases(config DownloadConfig) ([]*ProjectVersionInfo, error) { - resp, err := dr.client.Get(projectHrefPrefix + config.Project) + resp, err := dr.client.Get(projectHrefPrefix + config.Project + "?allUpdates=true") if err != nil { return nil, err }