mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-03 20:59:47 +02:00
Removed unused onpause
This commit is contained in:
parent
8cc78652c7
commit
179e940b58
1 changed files with 0 additions and 3 deletions
|
@ -395,9 +395,6 @@ export default {
|
||||||
self.$store.commit('player/duration', this.duration())
|
self.$store.commit('player/duration', this.duration())
|
||||||
|
|
||||||
},
|
},
|
||||||
onpause: function () {
|
|
||||||
self.$store.commit('player/playing', false)
|
|
||||||
},
|
|
||||||
onloaderror: function (sound, error) {
|
onloaderror: function (sound, error) {
|
||||||
self.removeFromCache(this)
|
self.removeFromCache(this)
|
||||||
if (this != self.currentSound) {
|
if (this != self.currentSound) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue