Fix issue with double notices sometimes appearing

This commit is contained in:
Ajay Ramachandran
2020-08-02 16:57:43 -04:00
parent e349ac8e33
commit 721faa7032

View File

@@ -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();
}
/**