kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
Merge branch 'fixed-typo-this-self' into 'master'
Fixed a typo in audio unlock code See merge request funkwhale/funkwhale!843environments/review-docs-funkw-lxqqys/deployments/2363
commit
0845f20291
|
@ -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)
|
||||
}
|
||||
},
|
||||
|
|
Ładowanie…
Reference in New Issue