From b13403cf5981ce24fae35f9d76ae336f879a73fa Mon Sep 17 00:00:00 2001 From: orin Date: Sun, 29 Oct 2023 00:07:48 +0200 Subject: [PATCH] Use uupApiGetPacks in get.php --- get.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get.php b/get.php index 1a0e7b8..5a0c6f7 100644 --- a/get.php +++ b/get.php @@ -77,7 +77,7 @@ function uupGetFiles( } if($usePack) { - $genPack = uupGetGenPacks($build, $info['arch'], $updateId); + $genPack = uupApiGetPacks($updateId); if(empty($genPack)) return array('error' => 'UNSUPPORTED_COMBINATION'); if(!isset($genPack[$usePack])) {