1
0
mirror of https://github.com/webslides/WebSlides.git synced 2025-08-30 00:10:09 +02:00
This commit is contained in:
Antonio Laguna
2017-04-19 16:34:31 +02:00
parent 54b03963da
commit de951d5186
2 changed files with 2 additions and 1 deletions

View File

@@ -2389,6 +2389,7 @@ var Player = function () {
// Restoring the current time if saved
if (this.currentTime) {
this.player.seekTo(this.currentTime, true);
this.player.pauseVideo();
this.currentTime = null;
}

File diff suppressed because one or more lines are too long