aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAjay Ramachandran <[email protected]>2020-09-10 19:56:04 -0400
committerGitHub <[email protected]>2020-09-10 19:56:04 -0400
commitce1652a6e573b2775584e6d6920b2d104f90180b (patch)
tree45acb3a20ed426e4d49b5dfd8bf8e8053ef8c805
parent824066e692304a4cfed0b05f1d491c4ef7888337 (diff)
parent7343986b1edd29adb079700003ba6b2681397edf (diff)
downloadSponsorBlock-ce1652a6e573b2775584e6d6920b2d104f90180b.tar.gz
SponsorBlock-ce1652a6e573b2775584e6d6920b2d104f90180b.zip
Merge pull request #463 from ajayyy/expiremental2.0.6
Improvements
-rw-r--r--manifest/manifest.json2
-rw-r--r--src/config.ts2
2 files changed, 2 insertions, 2 deletions
diff --git a/manifest/manifest.json b/manifest/manifest.json
index b01ee5aa..a82eeebe 100644
--- a/manifest/manifest.json
+++ b/manifest/manifest.json
@@ -1,7 +1,7 @@
{
"name": "__MSG_fullName__",
"short_name": "SponsorBlock",
- "version": "2.0.5.1",
+ "version": "2.0.6",
"default_locale": "en",
"description": "__MSG_Description__",
"content_scripts": [{
diff --git a/src/config.ts b/src/config.ts
index 5d34df6b..3914a202 100644
--- a/src/config.ts
+++ b/src/config.ts
@@ -159,7 +159,7 @@ var Config: SBObject = {
hideUploadButtonPlayerControls: false,
hideDiscordLaunches: 0,
hideDiscordLink: false,
- invidiousInstances: ["invidio.us", "invidious.snopyta.org"],
+ invidiousInstances: ["invidious.snopyta.org"],
supportInvidious: false,
serverAddress: CompileConfig.serverAddress,
minDuration: 0,