mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 09:07:45 +01:00
Fix error
This commit is contained in:
parent
bb901be43f
commit
2a64499ba9
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ let skipButtonControlBar: SkipButtonControlBar = null;
|
|||
let categoryPill: CategoryPill = null;
|
||||
|
||||
/** Element containing the player controls on the YouTube player. */
|
||||
let controls: HTMLElement | null = null;
|
||||
const controls: HTMLElement | null = null;
|
||||
|
||||
/** Contains buttons created by `createButton()`. */
|
||||
const playerButtons: Record<string, {button: HTMLButtonElement, image: HTMLImageElement, setupListener: boolean}> = {};
|
||||
|
|
Loading…
Reference in a new issue