From 2fca5309fe167ba024da7ca6bcfb2b0501752c99 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 24 Jun 2025 15:54:22 +0200 Subject: [PATCH] add jsons --- frontend/public/json/agentdvr.json | 2 +- frontend/public/json/emby.json | 2 +- frontend/public/json/jellyfin.json | 2 +- frontend/public/json/plex.json | 2 +- frontend/public/json/shinobi.json | 2 +- frontend/public/json/ubuntu.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/public/json/agentdvr.json b/frontend/public/json/agentdvr.json index 573cca081..b94e69187 100644 --- a/frontend/public/json/agentdvr.json +++ b/frontend/public/json/agentdvr.json @@ -23,7 +23,7 @@ "ram": 2048, "hdd": 8, "os": "ubuntu", - "version": "22.04" + "version": "24.04" } } ], diff --git a/frontend/public/json/emby.json b/frontend/public/json/emby.json index c7b985a02..7a9e64cea 100644 --- a/frontend/public/json/emby.json +++ b/frontend/public/json/emby.json @@ -23,7 +23,7 @@ "ram": 2048, "hdd": 8, "os": "ubuntu", - "version": "22.04" + "version": "24.04" } } ], diff --git a/frontend/public/json/jellyfin.json b/frontend/public/json/jellyfin.json index 1e6c4e331..8c0429c16 100644 --- a/frontend/public/json/jellyfin.json +++ b/frontend/public/json/jellyfin.json @@ -23,7 +23,7 @@ "ram": 2048, "hdd": 8, "os": "ubuntu", - "version": "22.04" + "version": "24.04" } } ], diff --git a/frontend/public/json/plex.json b/frontend/public/json/plex.json index 9e9c2336f..1821318b7 100644 --- a/frontend/public/json/plex.json +++ b/frontend/public/json/plex.json @@ -23,7 +23,7 @@ "ram": 2048, "hdd": 8, "os": "ubuntu", - "version": "22.04" + "version": "24.04" } } ], diff --git a/frontend/public/json/shinobi.json b/frontend/public/json/shinobi.json index 45a02304c..8c94c5c3b 100644 --- a/frontend/public/json/shinobi.json +++ b/frontend/public/json/shinobi.json @@ -23,7 +23,7 @@ "ram": 2048, "hdd": 8, "os": "ubuntu", - "version": "22.04" + "version": "24.04" } } ], diff --git a/frontend/public/json/ubuntu.json b/frontend/public/json/ubuntu.json index 3f4c31105..5b6505198 100644 --- a/frontend/public/json/ubuntu.json +++ b/frontend/public/json/ubuntu.json @@ -23,7 +23,7 @@ "ram": 512, "hdd": 2, "os": "ubuntu", - "version": "22.04" + "version": "24.04" } } ],