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;