diff --git a/src/js/player.js b/src/js/player.js index 8751f14b2..7a0616c34 100644 --- a/src/js/player.js +++ b/src/js/player.js @@ -421,6 +421,7 @@ class DPlayer { const file = torrent.files.find((file) => file.name.endsWith('.mp4')); file.renderTo(this.video, { autoplay: this.options.autoplay, + controls: false }); }); this.events.on('destroy', () => {