diff --git a/src/content.ts b/src/content.ts index 36d7ebf3..0f3d8fcb 100644 --- a/src/content.ts +++ b/src/content.ts @@ -843,7 +843,7 @@ function whitelistCheck() { } // check if the start of segments were missed - if (sponsorTimes && sponsorTimes.length > 0) startSkipScheduleCheckingForStartSponsors(); + if (Config.config.forceChannelCheck && sponsorTimes && sponsorTimes.length > 0) startSkipScheduleCheckingForStartSponsors(); } /**