mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
This commit is contained in:
parent
24cb6c82fa
commit
6263afb354
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ require_once '../videos/configuration.php';
|
|||
if (!isCommandLineInterface()) {
|
||||
return die('Command Line only');
|
||||
}
|
||||
|
||||
$global['limitForUnlimitedVideos'] = -1;
|
||||
$videos = video::getAllVideosLight("", false, true);
|
||||
$count = 0;
|
||||
foreach ($videos as $value) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue