mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-15 16:07:06 +03:00
Fix error
This commit is contained in:
@@ -90,7 +90,7 @@ let skipButtonControlBar: SkipButtonControlBar = null;
|
|||||||
let categoryPill: CategoryPill = null;
|
let categoryPill: CategoryPill = null;
|
||||||
|
|
||||||
/** Element containing the player controls on the YouTube player. */
|
/** Element containing the player controls on the YouTube player. */
|
||||||
let controls: HTMLElement | null = null;
|
const controls: HTMLElement | null = null;
|
||||||
|
|
||||||
/** Contains buttons created by `createButton()`. */
|
/** Contains buttons created by `createButton()`. */
|
||||||
const playerButtons: Record<string, {button: HTMLButtonElement, image: HTMLImageElement, setupListener: boolean}> = {};
|
const playerButtons: Record<string, {button: HTMLButtonElement, image: HTMLImageElement, setupListener: boolean}> = {};
|
||||||
|
|||||||
Reference in New Issue
Block a user