mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 09:07:45 +01:00
Fixed incorrect type.
This commit is contained in:
parent
46ffb330fc
commit
158b76c17e
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ interface SBConfig {
|
|||
invidiousInstances: string[],
|
||||
invidiousUpdateInfoShowCount: number,
|
||||
autoUpvote: boolean,
|
||||
supportInvidious: false
|
||||
supportInvidious: boolean
|
||||
}
|
||||
|
||||
interface SBObject {
|
||||
|
|
Loading…
Reference in a new issue