From 26a8caa2eb862c14aa8f772163a4989fbb6b6e62 Mon Sep 17 00:00:00 2001 From: Alexander Elsner <101340634+Bensonheimer992@users.noreply.github.com> Date: Sat, 13 Dec 2025 22:29:31 +0100 Subject: [PATCH] Update category value in glance.json and adguard-home.json (#9932) * Update category value in glance.json * Change category value from 9 to 5 in adguardhome-sync.json --- frontend/public/json/adguardhome-sync.json | 2 +- frontend/public/json/glance.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/public/json/adguardhome-sync.json b/frontend/public/json/adguardhome-sync.json index db3e0c83e..b745d35f3 100644 --- a/frontend/public/json/adguardhome-sync.json +++ b/frontend/public/json/adguardhome-sync.json @@ -2,7 +2,7 @@ "name": "AdGuardHome-Sync", "slug": "adguardhome-sync", "categories": [ - 9 + 5 ], "date_created": "2025-12-13", "type": "addon", diff --git a/frontend/public/json/glance.json b/frontend/public/json/glance.json index 4daf61252..e52c6c30b 100644 --- a/frontend/public/json/glance.json +++ b/frontend/public/json/glance.json @@ -2,7 +2,7 @@ "name": "Glance", "slug": "glance", "categories": [ - 9 + 10 ], "date_created": "2024-12-02", "type": "ct",