mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 17:59:55 +02:00
Update
This commit is contained in:
parent
c44d9afd72
commit
4c5ab5ec30
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ if ($resp->progress->secondsOld < 30) {
|
||||||
}
|
}
|
||||||
$resp->deleteLocally = unlink($convertedFile);
|
$resp->deleteLocally = unlink($convertedFile);
|
||||||
|
|
||||||
$resp->error = $resp->deleteRemotely || $resp->deleteLocally;
|
$resp->error = empty($resp->deleteRemotely) && empty($resp->deleteLocally);
|
||||||
} else {
|
} else {
|
||||||
$resp->lines[] = __LINE__;
|
$resp->lines[] = __LINE__;
|
||||||
set_time_limit(7200); // 2 hours
|
set_time_limit(7200); // 2 hours
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue