From 89ae467364d7c10409bde1ae36166a2eb8b54923 Mon Sep 17 00:00:00 2001 From: John Sturgeon Date: Mon, 7 Apr 2025 08:36:20 -0700 Subject: [PATCH] Changed the category of Channels DVR and NextPVR (#3729) This resolves #3727 --- frontend/public/json/channels.json | 4 ++-- frontend/public/json/nextpvr.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/public/json/channels.json b/frontend/public/json/channels.json index 3ff4f6431..d555c9939 100644 --- a/frontend/public/json/channels.json +++ b/frontend/public/json/channels.json @@ -2,7 +2,7 @@ "name": "Channels DVR Server", "slug": "channels", "categories": [ - 15 + 13 ], "date_created": "2024-05-02", "type": "ct", @@ -36,4 +36,4 @@ "type": "warning" } ] -} \ No newline at end of file +} diff --git a/frontend/public/json/nextpvr.json b/frontend/public/json/nextpvr.json index 3424a3d2a..2d238598d 100644 --- a/frontend/public/json/nextpvr.json +++ b/frontend/public/json/nextpvr.json @@ -2,7 +2,7 @@ "name": "NextPVR", "slug": "nextpvr", "categories": [ - 15 + 13 ], "date_created": "2024-11-20", "type": "ct",