diff --git a/twitch-ad-countdown-timer/script.js b/twitch-ad-countdown-timer/script.js index a7974b9..4306be6 100644 --- a/twitch-ad-countdown-timer/script.js +++ b/twitch-ad-countdown-timer/script.js @@ -267,7 +267,7 @@ function UpcomingAdWarning(warningSeconds) { // Set the starting position of the countdown box upcomingAdWarningContainer.style.right = -width + "px"; - countdownLabel.innerHTML = warningSeconds; + countdownLabel.innerHTML = formatTime(warningSeconds); // Slide the countdown box on screen upcomingAdWarningContainer.style.right = "0px";