Merge branch 'develop' of github.com:sampotts/plyr into develop

This commit is contained in:
Sam Potts
2018-10-24 22:31:47 +11:00
3 changed files with 11 additions and 2 deletions

View File

@@ -302,6 +302,9 @@ class Plyr {
if (this.config.autoplay) {
this.play();
}
// Seek time will be recorded (in listeners.js) so we can prevent hiding controls for a few seconds after seek
this.lastSeekTime = 0;
}
// ---------------------------------------