mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 01:01:55 +01:00
Fixed scheduling being wrong when manual skip is enabled
This commit is contained in:
parent
d2bb4b38e3
commit
ff9b2338e0
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(skipTime[1]);
|
||||
startSponsorSchedule(skipTime[0] + 0.001);
|
||||
};
|
||||
|
||||
if (timeUntilSponsor <= 0) {
|
||||
|
|
Loading…
Reference in a new issue