mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-06 11:37:02 +03:00
also check against length
This commit is contained in:
@@ -435,7 +435,7 @@ function migrateOldFormats(config: SBConfig) {
|
||||
}
|
||||
|
||||
// populate invidiousInstances with new instances if 3p support is **DISABLED**
|
||||
if (!config["supportInvidious"]) {
|
||||
if (!config["supportInvidious"] && config["invidiousInstances"].length !== invidiousList.length) {
|
||||
config["invidiousInstances"] = invidiousList
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user