Fixed error not hidden when playing next track

This commit is contained in:
Eliot Berriot 2019-05-07 11:47:53 +02:00
parent 2c92825a08
commit bc87674b34
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27

View file

@ -575,6 +575,7 @@ export default {
this.$store.commit('player/isLoadingAudio', true)
if (this.playing) {
this.soundId = this.currentSound.play()
this.$store.commit('player/errored', false)
this.$store.commit('player/playing', true)
this.observeProgress(true)
}