aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAjay <[email protected]>2022-11-23 23:24:57 -0500
committerAjay <[email protected]>2022-11-23 23:24:57 -0500
commit8f13c5b8a56e1a5e02d3040934dc4048b0e51a4a (patch)
tree6570bab2b55b667b9cf88db02505fc4c70c256ec
parent4447ff314239b37778511bdeba9df3dce77b2116 (diff)
downloadSponsorBlock-8f13c5b8a56e1a5e02d3040934dc4048b0e51a4a.tar.gz
SponsorBlock-8f13c5b8a56e1a5e02d3040934dc4048b0e51a4a.zip
Disable refetch
-rw-r--r--src/content.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content.ts b/src/content.ts
index 3927901f..a137433d 100644
--- a/src/content.ts
+++ b/src/content.ts
@@ -1198,7 +1198,7 @@ function retryFetch(errorCode: number): void {
retryFetchTimeout = setTimeout(() => {
if (sponsorVideoID && sponsorTimes?.length === 0
|| sponsorTimes.every((segment) => segment.source !== SponsorSourceType.Server)) {
- sponsorsLookup();
+ // sponsorsLookup();
}
}, delay);
}