mirror of
https://github.com/iv-org/invidious.git
synced 2026-05-02 02:59:38 -05:00
Merge e9a44c457fbfe68aca9731481d0f86472bef6f3a into 85a078a580f657582fc87fcbd6572e540be51275
This commit is contained in:
commit
11049faa25
@ -133,7 +133,7 @@ var timeupdate_last_ts = 5;
|
||||
player.on('timeupdate', function () {
|
||||
// Only update once every second
|
||||
let current_ts = Math.floor(player.currentTime());
|
||||
if (current_ts > timeupdate_last_ts) timeupdate_last_ts = current_ts;
|
||||
if (current_ts != timeupdate_last_ts) timeupdate_last_ts = current_ts;
|
||||
else return;
|
||||
|
||||
// YouTube links
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user