From 4b294fcd95566bd98ecacda7b69f450ffe5e3977 Mon Sep 17 00:00:00 2001 From: Daniel Neto Date: Thu, 21 Mar 2024 19:10:57 -0300 Subject: [PATCH] Update --- install/unfinishLives.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/install/unfinishLives.php b/install/unfinishLives.php index 7f453b730d..9cc3df11cb 100644 --- a/install/unfinishLives.php +++ b/install/unfinishLives.php @@ -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); \ No newline at end of file