mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-06 11:37:02 +03:00
Fixed scheduling being wrong when manual skip is enabled
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user