From b75cec0107f14de0013dbbf4295130124fc322dd Mon Sep 17 00:00:00 2001 From: ltadeu6 Date: Mon, 8 Jun 2026 17:07:41 -0300 Subject: [PATCH] =?UTF-8?q?fix:=20correct=20stale=20currentLyricKey=20ref?= =?UTF-8?q?=20=E2=86=92=20currentActive=20in=20updateMusic?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- plugin/contents/ui/dancer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/contents/ui/dancer.html b/plugin/contents/ui/dancer.html index 1bcf420..9f66db5 100644 --- a/plugin/contents/ui/dancer.html +++ b/plugin/contents/ui/dancer.html @@ -1344,7 +1344,7 @@ function updateMusic(artist, title) { if (!playing) { vuBars.forEach(b => { b.style.height = '3px'; b.style.opacity = '0.15'; }); lyricDisplay.style.opacity = '0'; - currentLyricKey = ''; + currentActive = ''; } if (playing) fetchCurrent(); const key = artist + '|' + title;