1
0

Refactor updateInteractionBar to call async startLiveCountdown

This commit is contained in:
2025-05-26 10:29:31 +02:00
parent 0058795fb8
commit 797698ae3f

View File

@@ -352,7 +352,7 @@ async function updateInteractionBar(folderObj) {
startLiveCountdown(folderObj, msLeft);
}
function startLiveCountdown(folderObj, msLeft) {
async function startLiveCountdown(folderObj, msLeft) {
if (countdownInterval) clearInterval(countdownInterval);
// Wenn kein Countdown nötig: 00:00 anzeigen