Fixed error not hidden when playing next track
This commit is contained in:
parent
2c92825a08
commit
bc87674b34
|
@ -575,6 +575,7 @@ export default {
|
||||||
this.$store.commit('player/isLoadingAudio', true)
|
this.$store.commit('player/isLoadingAudio', true)
|
||||||
if (this.playing) {
|
if (this.playing) {
|
||||||
this.soundId = this.currentSound.play()
|
this.soundId = this.currentSound.play()
|
||||||
|
this.$store.commit('player/errored', false)
|
||||||
this.$store.commit('player/playing', true)
|
this.$store.commit('player/playing', true)
|
||||||
this.observeProgress(true)
|
this.observeProgress(true)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue