diff --git a/front/src/components/audio/Player.vue b/front/src/components/audio/Player.vue
index 0c451bdacc6a62ca77eff1c3aee708100b1e4953..2086c0d41b2a8b1df078aa575c92ef7605e005bb 100644
--- a/front/src/components/audio/Player.vue
+++ b/front/src/components/audio/Player.vue
@@ -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)
         }