mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2026-01-31 23:01:07 +03:00
Change call to use undefined to use default
This commit is contained in:
@@ -718,7 +718,7 @@ function startSkipScheduleCheckingForStartSponsors() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (startingSponsor !== -1) {
|
if (startingSponsor !== -1) {
|
||||||
startSponsorSchedule(false, startingSponsor);
|
startSponsorSchedule(undefined, startingSponsor);
|
||||||
} else {
|
} else {
|
||||||
startSponsorSchedule();
|
startSponsorSchedule();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user