fix(json): exclude "video" service from index and simple views
All checks were successful
Build and Deploy Static Site / build (push) Successful in 58s

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.
This commit is contained in:
Kumi 2024-09-18 12:19:30 +02:00
parent 19bded9875
commit c2c68bfed4
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -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",