1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00
This commit is contained in:
DanieL 2023-02-17 14:49:51 -03:00
parent a277e845da
commit d73498f1a5

View file

@ -16,7 +16,7 @@ ob_end_flush();
$global['limitForUnlimitedVideos'] = -1; $global['limitForUnlimitedVideos'] = -1;
$videos = video::getAllVideosLight("", false, true); $videos = video::getAllVideosLight("", false, true);
$count = 0; $count = 0;
$total = count(); $total = count($videos);
foreach ($videos as $value) { foreach ($videos as $value) {
$count++; $count++;