mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-11 22:17:21 +03:00
Fixed notice never displaying
This commit is contained in:
@@ -263,7 +263,7 @@ function sponsorCheck() {
|
|||||||
//see if any sponsor start time was just passed
|
//see if any sponsor start time was just passed
|
||||||
for (let i = 0; i < sponsorTimes.length; i++) {
|
for (let i = 0; i < sponsorTimes.length; i++) {
|
||||||
//if something was skipped
|
//if something was skipped
|
||||||
if (checkSponsorTime(sponsorTimes, i), true) {
|
if (checkSponsorTime(sponsorTimes, i, true)) {
|
||||||
skipHappened = true;
|
skipHappened = true;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user