We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0bca508 + 28e3ef6 commit 06ead87Copy full SHA for 06ead87
src/config.ts
@@ -316,7 +316,7 @@ const syncDefaults = {
316
hideSkipButtonPlayerControls: false,
317
hideDiscordLaunches: 0,
318
hideDiscordLink: false,
319
- invidiousInstances: ["invidious.snopyta.org"], // leave as default
+ invidiousInstances: [],
320
supportInvidious: false,
321
serverAddress: CompileConfig.serverAddress,
322
minDuration: 0,
@@ -532,4 +532,4 @@ export function generateDebugDetails(): string {
532
output.config.whitelistedChannels = output.config.whitelistedChannels.length;
533
534
return JSON.stringify(output, null, 4);
535
-}
+}
0 commit comments