diff options
Diffstat (limited to 'src/config')
| -rw-r--r-- | src/config/config.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/config/config.json b/src/config/config.json index 3d4d3f8b..6c4d8026 100644 --- a/src/config/config.json +++ b/src/config/config.json @@ -293,7 +293,7 @@ "targets": "datajson",
"name": "PeerTube",
"defaults": {
- "disablePeertubeTargets": true
+ "disablePeertube": true
},
"imageType": "svg"
},
@@ -310,7 +310,7 @@ "targets": ["^https?:\\/{2}odysee\\.com", "^https?:\\/{2}lbry\\.tv"],
"name": "LBRY",
"defaults": {
- "disableLbryTargets": true,
+ "disableLbry": true,
"lbryFrontend": "librarian",
"lbryRedirectType": "both"
},
@@ -429,7 +429,7 @@ "targets": ["^https?:\\/{2}send\\.libredirect\\.invalid\\/$", "^https?:\\/{2}send\\.firefox\\.com\\/$", "^https?:\\/{2}sendfiles\\.online\\/$"],
"name": "Send Files",
"defaults": {
- "disableSendTarget": false
+ "disableSendTargets": false
},
"imageType": "svg"
}
|
