mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 01:01:55 +01:00
formatting
This commit is contained in:
parent
6aa1665d7c
commit
7b74307013
1 changed files with 1 additions and 1 deletions
|
@ -436,7 +436,7 @@ function migrateOldFormats(config: SBConfig) {
|
|||
|
||||
// populate invidiousInstances with new instances if 3p support is **DISABLED**
|
||||
if (!config["supportInvidious"] && config["invidiousInstances"].length !== invidiousList.length) {
|
||||
config["invidiousInstances"] = invidiousList
|
||||
config["invidiousInstances"] = invidiousList;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue