diff --git a/css/player-base.js b/css/player-base.js index 4e0406ca..bf8840be 100644 --- a/css/player-base.js +++ b/css/player-base.js @@ -71,25 +71,6 @@ document.addEventListener("DOMContentLoaded", () => { audio.pause(); }); - video.on('waiting', () => { - video.pause(); - audio.pause(); - }); - - video.on('canplaythrough', () => { - if (!video.paused()) { - video.play(); - audio.play(); - } - }); - - video.on('canplay', () => { - if (!video.paused()) { - video.play(); - audio.play(); - } - }); - video.on('seeking', handleSeek); video.on('seeked', () => {