mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
This commit is contained in:
parent
07223d368e
commit
85ae02c127
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ foreach ($videos as $value) {
|
|||
}
|
||||
$videoFileName = $value['filename'];
|
||||
echo "createStprits start: {$count}/{$total} [{$value['id']}]" . PHP_EOL;
|
||||
VideoThumbnails::createStpritsFileName($videoFileName);
|
||||
VideoThumbnails::createStpritsFileName($videoFileName, 1);
|
||||
echo "createStprits done: {$count}/{$total} (" . ($updated ? "success" : "fail") . ") [{$value['id']}] {$value['title']}" . PHP_EOL;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue