diff --git a/src/content.ts b/src/content.ts index 3a4d0623..b7f764c6 100644 --- a/src/content.ts +++ b/src/content.ts @@ -454,11 +454,9 @@ function startSponsorSchedule(currentTime?: number): void { let skippingFunction = () => { if (video.currentTime >= skipTime[0] && video.currentTime < skipTime[1]) { skipToTime(video, skipInfo.index, skipInfo.array, skipInfo.openNotice); - - startSponsorSchedule(); - } else { - startSponsorSchedule(); } + + startSponsorSchedule(); }; if (timeUntilSponsor <= 0) {