Removed unused onpause

environments/review-docs-devel-1399dq/deployments/6607
Agate 2020-08-04 10:48:20 +02:00
rodzic 8cc78652c7
commit 179e940b58
1 zmienionych plików z 0 dodań i 3 usunięć

Wyświetl plik

@ -395,9 +395,6 @@ export default {
self.$store.commit('player/duration', this.duration())
},
onpause: function () {
self.$store.commit('player/playing', false)
},
onloaderror: function (sound, error) {
self.removeFromCache(this)
if (this != self.currentSound) {