Skip to content
Snippets Groups Projects
Verified Commit bc87674b authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Fixed error not hidden when playing next track

parent 2c92825a
No related branches found
No related tags found
No related merge requests found
......@@ -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)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment