mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 09:07:45 +01:00
Fixed notice never displaying
This commit is contained in:
parent
92cb8fb65c
commit
a83969e3eb
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue