diff --git a/src/content.ts b/src/content.ts index 2186a9ae..8c761ecc 100644 --- a/src/content.ts +++ b/src/content.ts @@ -718,7 +718,7 @@ function startSkipScheduleCheckingForStartSponsors() { } if (startingSponsor !== -1) { - startSponsorSchedule(false, startingSponsor); + startSponsorSchedule(undefined, startingSponsor); } else { startSponsorSchedule(); }