diff --git a/front/src/components/audio/Player.vue b/front/src/components/audio/Player.vue index f074c14e0..0be5182d1 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) } },