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

Fixed a typo in audio unlock code

parent 0894306e
No related branches found
No related tags found
No related merge requests found
...@@ -385,7 +385,7 @@ export default { ...@@ -385,7 +385,7 @@ export default {
self.ended() self.ended()
}, },
onunlock: function () { onunlock: function () {
if (this.$store.state.player.playing) { if (self.$store.state.player.playing) {
self.soundId = self.sound.play(self.soundId) self.soundId = self.sound.play(self.soundId)
} }
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment