mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-07 12:07:11 +03:00
Fixed schedule not updating when new sponsors arrive
This commit is contained in:
committed by
GitHub
parent
2e212e6d10
commit
20e90bbc34
@@ -564,6 +564,8 @@ function sponsorsLookup(id: string, channelIDPromise?) {
|
|||||||
|
|
||||||
if (zeroSecondSponsor) {
|
if (zeroSecondSponsor) {
|
||||||
startSponsorSchedule(0);
|
startSponsorSchedule(0);
|
||||||
|
} else {
|
||||||
|
startSponsorSchedule();
|
||||||
}
|
}
|
||||||
|
|
||||||
// Reset skip save
|
// Reset skip save
|
||||||
|
|||||||
Reference in New Issue
Block a user