mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2023-06-08.git
synced 2024-08-15 00:53:38 +00:00
Fix ; () {}
This commit is contained in:
parent
ddd7f3f384
commit
121224b1b0
1 changed files with 3 additions and 3 deletions
|
@ -555,6 +555,6 @@ if (navigator.vendor == "Apple Computer, Inc." && video_data.params.listen) {
|
|||
if (player.remainingTime() < player.duration() / 2) {
|
||||
player.currentTime(player.duration() + 1);
|
||||
}
|
||||
})
|
||||
}
|
||||
});
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue