mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-08 20:47:11 +03:00
fix(types): change wrong type of 'types'
This commit is contained in:
@@ -1092,7 +1092,7 @@ function createButton(baseID, title, callback, imageName, isDraggable=false): bo
|
||||
return true;
|
||||
}
|
||||
|
||||
function getControls(): HTMLElement | boolean {
|
||||
function getControls(): HTMLElement | false {
|
||||
const controlsSelectors = [
|
||||
// YouTube
|
||||
".ytp-right-controls",
|
||||
|
||||
Reference in New Issue
Block a user