修复某些情况下桌面歌词不会播放的问题
parent
24ee42e0c7
commit
01fedc59e2
|
@ -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() {
|
||||||
|
|
Loading…
Reference in New Issue