diff --git a/src/js/plugins/youtube.js b/src/js/plugins/youtube.js index 16031c0..1e5320d 100644 --- a/src/js/plugins/youtube.js +++ b/src/js/plugins/youtube.js @@ -92,6 +92,7 @@ class Player { // Restoring the current time if saved if (this.currentTime) { this.player.seekTo(this.currentTime, true); + this.player.pauseVideo(); this.currentTime = null; }