From 544b69602e3f48018bc4feb2cf39a44dd3b4c52a Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Sat, 12 Nov 2022 12:51:58 +0300 Subject: Added excludeTargets for more basic frontends https://github.com/libredirect/libredirect/issues/531 --- src/config/config.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'src/config') diff --git a/src/config/config.json b/src/config/config.json index 8b99423a..e7d468b6 100644 --- a/src/config/config.json +++ b/src/config/config.json @@ -34,6 +34,10 @@ "instanceList": true }, "piped": { + "excludeTargets": [ + 1, + 2 + ], "preferences": { "localstorage": [ "bufferGoal", @@ -62,6 +66,10 @@ "instanceList": true }, "pipedMaterial": { + "excludeTargets": [ + 1, + 2 + ], "preferences": { "localstorage": [ "PREFERENCES" @@ -82,11 +90,19 @@ "instanceList": true }, "freetube": { + "excludeTargets": [ + 1, + 2 + ], "name": "FreeTube", "embeddable": false, "instanceList": false }, "yattee": { + "excludeTargets": [ + 1, + 2 + ], "name": "Yattee", "embeddable": false, "instanceList": false @@ -732,4 +748,4 @@ "color": "grey" } } -} +} \ No newline at end of file -- cgit 1.4.1