Merge branch 'fixed-typo-this-self' into 'master'
Fixed a typo in audio unlock code See merge request funkwhale/funkwhale!843
This commit is contained in:
commit
0845f20291
|
@ -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)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue