From c2c68bfed48813a1719db86050da57df011f7ee0 Mon Sep 17 00:00:00 2001 From: Kumi Date: Wed, 18 Sep 2024 12:19:30 +0200 Subject: [PATCH] fix(json): exclude "video" service from index and simple views Updated the video service's configuration to exclude it from both the index and simple views. This change ensures it is hidden from these sections, as the services are currently blocked by YouTube. Adjustments are targeted to improve user experience or meet specific configuration requirements. --- data/services.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/services.json b/data/services.json index 08f196c..c2d607b 100644 --- a/data/services.json +++ b/data/services.json @@ -74,8 +74,8 @@ } ], "icon": "video", - "exclude_from_index": false, - "exclude_from_simple": false + "exclude_from_index": true, + "exclude_from_simple": true }, { "name": "Transfer.coffee",