forked from uup-dump/contrib
Use uupApiGetPacks in autodl.php
This commit is contained in:
parent
cffee86a46
commit
373c2d2d14
@ -128,7 +128,7 @@ class AutoDlConfig {
|
|||||||
if($this->buildNum <= 22557 || $isBlocked || $this->skipApps())
|
if($this->buildNum <= 22557 || $isBlocked || $this->skipApps())
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
$genPack = uupGetGenPacks($this->buildNum, $this->arch, $this->updateId);
|
$genPack = uupApiGetPacks($this->updateId);
|
||||||
|
|
||||||
if(empty($genPack) || !isset($genPack['neutral']))
|
if(empty($genPack) || !isset($genPack['neutral']))
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user