1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 09:49:28 +02:00
This commit is contained in:
Daniel Neto 2024-02-29 09:53:10 -03:00
parent c44d9afd72
commit 4c5ab5ec30

View file

@ -84,7 +84,7 @@ if ($resp->progress->secondsOld < 30) {
}
$resp->deleteLocally = unlink($convertedFile);
$resp->error = $resp->deleteRemotely || $resp->deleteLocally;
$resp->error = empty($resp->deleteRemotely) && empty($resp->deleteLocally);
} else {
$resp->lines[] = __LINE__;
set_time_limit(7200); // 2 hours