diff --git a/front/src/components/audio/Player.vue b/front/src/components/audio/Player.vue index b9f0f6604..37c6c6faf 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) {