From 373c2d2d142934114aa8211e98469401aade1bfb Mon Sep 17 00:00:00 2001 From: orin Date: Sun, 29 Oct 2023 00:09:21 +0200 Subject: [PATCH] Use uupApiGetPacks in autodl.php --- autodl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autodl.php b/autodl.php index 0117855..9925023 100644 --- a/autodl.php +++ b/autodl.php @@ -128,7 +128,7 @@ class AutoDlConfig { if($this->buildNum <= 22557 || $isBlocked || $this->skipApps()) return false; - $genPack = uupGetGenPacks($this->buildNum, $this->arch, $this->updateId); + $genPack = uupApiGetPacks($this->updateId); if(empty($genPack) || !isset($genPack['neutral'])) return false;