修复某些情况下桌面歌词不会播放的问题

pull/389/head
lyswhut 2020-09-19 12:55:51 +08:00
parent 24ee42e0c7
commit 01fedc59e2
1 changed files with 1 additions and 1 deletions

View File

@ -668,8 +668,8 @@ export default {
.catch(() => { .catch(() => {
this.status = this.statusText = this.$t('core.player.lyric_error') this.status = this.statusText = this.$t('core.player.lyric_error')
}).finally(() => { }).finally(() => {
this.setLyric()
this.handleUpdateWinLyricInfo('lyric', { lrc: this.musicInfo.lrc, tlrc: this.musicInfo.tlrc }) this.handleUpdateWinLyricInfo('lyric', { lrc: this.musicInfo.lrc, tlrc: this.musicInfo.tlrc })
this.setLyric()
}) })
}, },
handleRemoveMusic() { handleRemoveMusic() {