Fixed a typo in audio unlock code
This commit is contained in:
parent
0894306e5e
commit
36c1bf7f90
|
@ -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)
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue