mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 09:07:45 +01:00
Lint fixes
This commit is contained in:
parent
d9f703d808
commit
d72d5dcbcb
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue