From d72d5dcbcbbdf1e7325a584febd23e17ae88499c Mon Sep 17 00:00:00 2001 From: FlorianZahn Date: Sun, 10 Oct 2021 10:50:35 +0200 Subject: [PATCH] Lint fixes --- src/content.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content.ts b/src/content.ts index 3fc942d8..3ba015ee 100644 --- a/src/content.ts +++ b/src/content.ts @@ -37,7 +37,7 @@ let videoInfo: VideoInfo = null; // The channel this video is about let channelIDInfo: ChannelIDInfo; // Locked Categories in this tab, like: ["sponsor","intro","outro"] -let lockedCategories: Category[] = []; +const lockedCategories: Category[] = []; // Skips are scheduled to ensure precision. // Skips are rescheduled every seeking event.