diff --git a/front/src/components/audio/Player.vue b/front/src/components/audio/Player.vue
index f074c14e0efe2bb467490a30e45dc01bf39301c7..0be5182d1e7e510d46e9c677794861dce1252a20 100644
--- a/front/src/components/audio/Player.vue
+++ b/front/src/components/audio/Player.vue
@@ -385,7 +385,7 @@ export default {
           self.ended()
         },
         onunlock: function () {
-          if (this.$store.state.player.playing) {
+          if (self.$store.state.player.playing) {
             self.soundId = self.sound.play(self.soundId)
           }
         },