From 721faa7032d94e75c94e1e967cd5cff4326df400 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Sun, 2 Aug 2020 16:57:43 -0400 Subject: [PATCH] Fix issue with double notices sometimes appearing --- src/content.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } /**