1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 19:42:38 +02:00
This commit is contained in:
DanieL 2022-09-13 20:19:59 -03:00
parent 638cffcb7f
commit c9d4b6c548

View file

@ -60,7 +60,7 @@ function runLoop() {
if (empty($videos_id)) {
return false;
}
download($videos_id)->onResolve(function (Throwable $error = null, $response = null) use ($info) {
download($videos_id)->onResolve(function (Throwable $error = null, $response = null) {
if ($error) {
_error_log("download: asyncOperation1 fail -> " . $error->getMessage());
} else {