From f90a39a89d6df086615c5c4998002ec6d4a6352a Mon Sep 17 00:00:00 2001 From: nutty Date: Sun, 16 Aug 2026 17:22:48 +1000 Subject: [PATCH] BLAHAHAHAHA --- now-playing/themes/compact/script.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/now-playing/themes/compact/script.js b/now-playing/themes/compact/script.js index 9be4c9a..7945afb 100644 --- a/now-playing/themes/compact/script.js +++ b/now-playing/themes/compact/script.js @@ -108,12 +108,6 @@ function SetProgressInfo(timelineProps, currentPositionMs, accentColorPalette) { // If the duration is 0, that means the session isn't returning any timeline info, so just put the progress at 100% if (durationMs <= 0 || !showProgressBar) - // { - // progressBarTrack.style.display = 'none'; - // return; - // } - // else - // progressBarTrack.style.display = ''; progressPercent = 100; // Calculate how much needs to be hidden (the right-side offset)