mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-06 11:37:02 +03:00
Merge pull request #2310 from injust/patch-1
Remove `invidious.snopyta.org` from default config
This commit is contained in:
@@ -316,7 +316,7 @@ const syncDefaults = {
|
||||
hideSkipButtonPlayerControls: false,
|
||||
hideDiscordLaunches: 0,
|
||||
hideDiscordLink: false,
|
||||
invidiousInstances: ["invidious.snopyta.org"], // leave as default
|
||||
invidiousInstances: [],
|
||||
supportInvidious: false,
|
||||
serverAddress: CompileConfig.serverAddress,
|
||||
minDuration: 0,
|
||||
@@ -532,4 +532,4 @@ export function generateDebugDetails(): string {
|
||||
output.config.whitelistedChannels = output.config.whitelistedChannels.length;
|
||||
|
||||
return JSON.stringify(output, null, 4);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user