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;