Start skip schedule from skip time to prevent slow video updates from breaking it.

This commit is contained in:
Ajay Ramachandran 2020-03-09 10:43:13 -04:00
parent 5ad694af65
commit 73e8926444

View file

@ -463,7 +463,7 @@ function startSponsorSchedule(currentTime?: number): void {
skipToTime(video, skipInfo.index, skipInfo.array, skipInfo.openNotice);
}
startSponsorSchedule();
startSponsorSchedule(skipTime[1]);
};
if (timeUntilSponsor <= 0) {