diff --git a/front/src/components/audio/Player.vue b/front/src/components/audio/Player.vue index b9f0f660427d0033121ac3acfc0f1c30fe7fdedd..37c6c6faf8918ff85e5203d4dba1759ec628eced 100644 --- a/front/src/components/audio/Player.vue +++ b/front/src/components/audio/Player.vue @@ -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) {