From bfd68e1faa32d295c32f53b428d7d06ac0a2437f Mon Sep 17 00:00:00 2001 From: Astrian Zheng Date: Wed, 28 May 2025 16:59:22 +1000 Subject: [PATCH] fix: update lyrics tooltip condition to handle null track safely --- src/pages/Playroom.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Playroom.vue b/src/pages/Playroom.vue index e61ff8c..652aa57 100644 --- a/src/pages/Playroom.vue +++ b/src/pages/Playroom.vue @@ -656,7 +656,7 @@ watch(() => playQueueStore.currentIndex, () => { -
这首曲目不提供歌词文本
启用歌词时,将会在下一首有歌词的曲目中显示歌词文本。