diff options
author | Hygna <hygna@proton.me> | 2022-09-11 14:41:06 +0100 |
---|---|---|
committer | Hygna <hygna@proton.me> | 2022-09-11 14:41:06 +0100 |
commit | e04c79d4ae7b66e6bac2b16f80f89f98040212c3 (patch) | |
tree | f4a9e2dd87f3cd3237b1407e94e1224a8a31cdcd /src/config | |
parent | Further progress (diff) | |
download | libredirect-e04c79d4ae7b66e6bac2b16f80f89f98040212c3.zip |
Embrace object usage for user-set 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" } |