mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 01:01:55 +01:00
Start skip schedule from skip time to prevent slow video updates from breaking it.
This commit is contained in:
parent
5ad694af65
commit
73e8926444
1 changed files with 1 additions and 1 deletions
|
@ -463,7 +463,7 @@ function startSponsorSchedule(currentTime?: number): void {
|
|||
skipToTime(video, skipInfo.index, skipInfo.array, skipInfo.openNotice);
|
||||
}
|
||||
|
||||
startSponsorSchedule();
|
||||
startSponsorSchedule(skipTime[1]);
|
||||
};
|
||||
|
||||
if (timeUntilSponsor <= 0) {
|
||||
|
|
Loading…
Reference in a new issue