diff options
author | ManeraKai <manerakai@protonmail.com> | 2023-01-22 20:44:36 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2023-01-22 20:44:40 +0300 |
commit | 610d2da76111154cf61011bb92acb0b5b56d5a40 (patch) | |
tree | 82a2cdf6c313a56778b41a8b610a21b369dee6c6 /src/config.json | |
parent | Added plus button next to public instances (diff) | |
download | libredirect-610d2da76111154cf61011bb92acb0b5b56d5a40.zip |
Fixed bugs
Diffstat (limited to 'src/config.json')
-rw-r--r-- | src/config.json | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/config.json b/src/config.json index 7163113e..b457db9e 100644 --- a/src/config.json +++ b/src/config.json @@ -28,8 +28,8 @@ }, "piped": { "excludeTargets": [ - 1, - 2 + 2, + 3 ], "name": "Piped", "embeddable": true, @@ -38,8 +38,8 @@ }, "pipedMaterial": { "excludeTargets": [ - 1, - 2 + 2, + 3 ], "name": "Piped-Material", "embeddable": false, @@ -54,8 +54,8 @@ }, "freetube": { "excludeTargets": [ - 1, - 2 + 2, + 3 ], "name": "FreeTube", "embeddable": false, @@ -64,8 +64,8 @@ }, "yattee": { "excludeTargets": [ - 1, - 2 + 2, + 3 ], "name": "Yattee", "embeddable": false, |