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-08-21 15:30:25 -03:00
parent 05162dc809
commit 14fa13df6f

View file

@ -865,11 +865,13 @@ class API extends PluginAbstract
} else {
$rows = Video::getAllVideos();
$totalRows = Video::getTotalVideos();
/*
if(!empty($_REQUEST['debug'])){
global $_lastGetAllSQL;
global $lastGetTotalVideos;
var_dump($totalRows, $lastGetTotalVideos, $_lastGetAllSQL);exit;
}
*/
}
if (!empty($_REQUEST['catName']) && empty($parameters['videos_id'])) {