Lint fixes

This commit is contained in:
FlorianZahn 2021-10-10 10:50:35 +02:00
parent d9f703d808
commit d72d5dcbcb

View file

@ -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.