mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-12 22:47:18 +03:00
Disable refetch
This commit is contained in:
@@ -1198,7 +1198,7 @@ function retryFetch(errorCode: number): void {
|
|||||||
retryFetchTimeout = setTimeout(() => {
|
retryFetchTimeout = setTimeout(() => {
|
||||||
if (sponsorVideoID && sponsorTimes?.length === 0
|
if (sponsorVideoID && sponsorTimes?.length === 0
|
||||||
|| sponsorTimes.every((segment) => segment.source !== SponsorSourceType.Server)) {
|
|| sponsorTimes.every((segment) => segment.source !== SponsorSourceType.Server)) {
|
||||||
sponsorsLookup();
|
// sponsorsLookup();
|
||||||
}
|
}
|
||||||
}, delay);
|
}, delay);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user