mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-06 12:00:06 +02:00
Fix
This commit is contained in:
parent
638cffcb7f
commit
c9d4b6c548
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue