From 797698ae3f90cd5bc1c88a42b0d9c8902cd770c1 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 26 May 2025 10:29:31 +0200 Subject: [PATCH] Refactor updateInteractionBar to call async startLiveCountdown --- renderer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renderer.js b/renderer.js index 774a8b2..82b3321 100644 --- a/renderer.js +++ b/renderer.js @@ -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