Merge branch 'fixed-typo-this-self' into 'master'

Fixed a typo in audio unlock code

See merge request funkwhale/funkwhale!843
environments/review-docs-funkw-lxqqys/deployments/2363
Eliot Berriot 2019-07-29 10:50:49 +02:00
commit 0845f20291
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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