mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
fixDummyfiles
This commit is contained in:
parent
6085a933d8
commit
8d398a9845
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ foreach ($videos as $key => $value) {
|
|||
//echo "The video status is not active {$value['status']}" . PHP_EOL;
|
||||
continue;
|
||||
}
|
||||
$filesAffected = CDNStorage::createDummyFiles($value);
|
||||
$filesAffected = CDNStorage::createDummyFiles($value['id']);
|
||||
if (empty($filesAffected)) {
|
||||
echo "{$key}/{$total} ERROR " . PHP_EOL;
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue