Merge branch 'master' into develop

This commit is contained in:
Eliot Berriot 2019-07-29 14:22:31 +02:00
commit bb1a895a9b
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
3 changed files with 5 additions and 6 deletions

View file

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