mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 20:29:32 +02:00
Fixed a typo in audio unlock code
This commit is contained in:
parent
0894306e5e
commit
36c1bf7f90
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue