Merge 584c8152559ca38493fcfee3cb8b5bc94b0feea8 into e7f8b15b215f86f10ee788bc716b559527d4b801

This commit is contained in:
Fijxu 2026-02-16 19:48:37 +00:00 committed by GitHub
commit 4350e789c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -132,7 +132,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