Set the video time to 0 if the video has been watched ALMOST completly
This commit is contained in:
parent
7eefe52388
commit
c46ea24cc1
1 changed files with 1 additions and 0 deletions
|
@ -352,6 +352,7 @@ if (video_data.params.save_player_pos) {
|
|||
let lastUpdated = 0;
|
||||
|
||||
if(!hasTimeParam) set_seconds_after_start(rememberedTime);
|
||||
if (rememberedTime >= video_data.length_seconds - 20 && !hasTimeParam) set_seconds_after_start(0);
|
||||
|
||||
player.on('timeupdate', function () {
|
||||
const raw = player.currentTime();
|
||||
|
|
Loading…
Reference in a new issue