mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-09 13:07:05 +03:00
Start skip schedule from skip time to prevent slow video updates from breaking it.
This commit is contained in:
@@ -463,7 +463,7 @@ function startSponsorSchedule(currentTime?: number): void {
|
||||
skipToTime(video, skipInfo.index, skipInfo.array, skipInfo.openNotice);
|
||||
}
|
||||
|
||||
startSponsorSchedule();
|
||||
startSponsorSchedule(skipTime[1]);
|
||||
};
|
||||
|
||||
if (timeUntilSponsor <= 0) {
|
||||
|
||||
Reference in New Issue
Block a user