Skip to content

Commit 06ead87

Browse files
authored
Merge pull request ajayyy#2310 from injust/patch-1
Remove `invidious.snopyta.org` from default config
2 parents 0bca508 + 28e3ef6 commit 06ead87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ const syncDefaults = {
316316
hideSkipButtonPlayerControls: false,
317317
hideDiscordLaunches: 0,
318318
hideDiscordLink: false,
319-
invidiousInstances: ["invidious.snopyta.org"], // leave as default
319+
invidiousInstances: [],
320320
supportInvidious: false,
321321
serverAddress: CompileConfig.serverAddress,
322322
minDuration: 0,
@@ -532,4 +532,4 @@ export function generateDebugDetails(): string {
532532
output.config.whitelistedChannels = output.config.whitelistedChannels.length;
533533

534534
return JSON.stringify(output, null, 4);
535-
}
535+
}

0 commit comments

Comments
 (0)