Merge e9a44c457fbfe68aca9731481d0f86472bef6f3a into 264e7c24e96274941e7831178d372c81fabf1f0a

This commit is contained in:
Fijxu 2026-04-26 14:34:13 -04:00 committed by GitHub
commit 54521ae238
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -133,7 +133,7 @@ var timeupdate_last_ts = 5;
player.on('timeupdate', function () { player.on('timeupdate', function () {
// Only update once every second // Only update once every second
let current_ts = Math.floor(player.currentTime()); 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; else return;
// YouTube links // YouTube links