aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAjay <[email protected]>2024-12-24 14:34:19 -0500
committerAjay <[email protected]>2024-12-24 14:34:19 -0500
commitfcf9bdc68e2e19a18b7b9730b15c1ce3dc1fdc45 (patch)
tree6ef5015a575d378eb24e68e5569388e4217808de
parentaf73aabbae7f51c2ed64bb7e5cac64e1f8289027 (diff)
downloadSponsorBlock-fcf9bdc68e2e19a18b7b9730b15c1ce3dc1fdc45.tar.gz
SponsorBlock-fcf9bdc68e2e19a18b7b9730b15c1ce3dc1fdc45.zip
Fix linting issues
-rw-r--r--src/content.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/content.ts b/src/content.ts
index 01ac9e3b..0c8074a1 100644
--- a/src/content.ts
+++ b/src/content.ts
@@ -80,7 +80,6 @@ let importingChaptersWaiting = false;
const skipNotices: SkipNotice[] = [];
let upcomingNotice: UpcomingNotice | null = null;
let activeSkipKeybindElement: ToggleSkippable = null;
-let retryFetchTimeout: NodeJS.Timeout = null;
let shownSegmentFailedToFetchWarning = false;
let selectedSegment: SegmentUUID | null = null;
let previewedSegment = false;
@@ -173,7 +172,6 @@ let popupInitialised = false;
let submissionNotice: SubmissionNotice = null;
let lastResponseStatus: number;
-let retryCount = 0;
// Contains all of the functions and variables needed by the skip notice
const skipNoticeContentContainer: ContentContainer = () => ({
@@ -391,7 +389,6 @@ if (!Config.configSyncListeners.includes(contentConfigUpdateListener)) {
function resetValues() {
lastCheckTime = 0;
lastCheckVideoTime = -1;
- retryCount = 0;
previewedSegment = false;
firstPlay = true;