From e7006f788dea80e5ff46dd6d8bfde41b1d26bca8 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Fri, 21 Nov 2025 09:46:34 +0100 Subject: [PATCH] Fix category IDs in qbittorrent-exporter.json --- frontend/public/json/qbittorrent-exporter.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/public/json/qbittorrent-exporter.json b/frontend/public/json/qbittorrent-exporter.json index 44481c0b1..dfb242403 100644 --- a/frontend/public/json/qbittorrent-exporter.json +++ b/frontend/public/json/qbittorrent-exporter.json @@ -2,8 +2,7 @@ "name": "qbittorren Exporter", "slug": "qbittorrent-exporter", "categories": [ - 1, - 11 + 9 ], "date_created": "2025-11-21", "type": "addon",