Fixed a typo in audio unlock code

This commit is contained in:
Eliot Berriot 2019-07-25 14:34:46 +02:00
parent 0894306e5e
commit 36c1bf7f90
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27

View file

@ -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)
}
},