修正进度条状态

pull/392/head
lyswhut 2020-12-12 09:26:15 +08:00
parent f9f445489c
commit e9791fd493
1 changed files with 3 additions and 0 deletions

View File

@ -261,6 +261,9 @@ export default {
name: this.musicInfo.name, name: this.musicInfo.name,
album: this.musicInfo.album, album: this.musicInfo.album,
}) })
this.$nextTick(() => {
this.sendProgressEvent(this.progress, 'paused')
})
window.restorePlayInfo = null window.restorePlayInfo = null
return return
} }