diff --git a/src/content.ts b/src/content.ts index 07ff57f8..2c5a413e 100644 --- a/src/content.ts +++ b/src/content.ts @@ -540,6 +540,14 @@ function sponsorsLookup(id: string, channelIDPromise?) { break; } } + if (!zeroSecondSponsor) { + for (const time of sponsorTimesSubmitting) { + if (time[0] <= 0) { + zeroSecondSponsor = true; + break; + } + } + } if (zeroSecondSponsor) { startSponsorSchedule(0);