From 01fedc59e22e9e979e31539965a67b248a414e12 Mon Sep 17 00:00:00 2001 From: lyswhut Date: Sat, 19 Sep 2020 12:55:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9F=90=E4=BA=9B=E6=83=85?= =?UTF-8?q?=E5=86=B5=E4=B8=8B=E6=A1=8C=E9=9D=A2=E6=AD=8C=E8=AF=8D=E4=B8=8D?= =?UTF-8?q?=E4=BC=9A=E6=92=AD=E6=94=BE=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderer/components/core/Player.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/components/core/Player.vue b/src/renderer/components/core/Player.vue index 51c864bb..bf8f6cc1 100644 --- a/src/renderer/components/core/Player.vue +++ b/src/renderer/components/core/Player.vue @@ -668,8 +668,8 @@ export default { .catch(() => { this.status = this.statusText = this.$t('core.player.lyric_error') }).finally(() => { - this.setLyric() this.handleUpdateWinLyricInfo('lyric', { lrc: this.musicInfo.lrc, tlrc: this.musicInfo.tlrc }) + this.setLyric() }) }, handleRemoveMusic() {