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-03-21 19:10:57 -03:00
parent a526bf9eb9
commit 4b294fcd95

View file

@ -27,7 +27,7 @@ foreach ($rows as $liveS) {
}
}
}
*/
$stats = Live::getStatsApplications(true);
foreach ($stats as $key => $live) {
@ -58,3 +58,7 @@ foreach ($stats as $key => $live) {
}
}
}
*/
Live::finishAllFromStats();
Live::unfinishAllFromStats(true);