mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 01:01:55 +01:00
parent
299cb485c3
commit
31a9de252d
1 changed files with 1 additions and 1 deletions
|
@ -706,7 +706,7 @@ async function startSponsorSchedule(includeIntersectingSegments = false, current
|
|||
|
||||
// Don't pretend to be earlier than we are, could result in loops
|
||||
if (forcedSkipTime !== null && forceVideoTime > forcedSkipTime) {
|
||||
forcedSkipTime = null;
|
||||
forcedSkipTime = forceVideoTime;
|
||||
}
|
||||
|
||||
startSponsorSchedule(forcedIncludeIntersectingSegments, forcedSkipTime, forcedIncludeNonIntersectingSegments);
|
||||
|
|
Loading…
Reference in a new issue