From 8298d3a1315a184d85a823d26e99836c6d3e52f6 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 21 Sep 2022 17:32:24 +0200 Subject: [PATCH 1/2] Update config.json --- overseerr/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/overseerr/config.json b/overseerr/config.json index fe0c90da4..42fe49e51 100644 --- a/overseerr/config.json +++ b/overseerr/config.json @@ -32,6 +32,6 @@ }, "slug": "overseerr", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/overseerr", - "version": "1.30.0", + "version": "1.30.0-2", "webui": "[PROTO:ssl]://[HOST]:[PORT:5055]" -} \ No newline at end of file +} From e51af53131b47eb2a1c524ed2f65bc05696c1bf3 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 21 Sep 2022 17:40:39 +0200 Subject: [PATCH 2/2] correction --- resiliosync/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resiliosync/config.json b/resiliosync/config.json index 91f6d46c1..b8eb2be9b 100644 --- a/resiliosync/config.json +++ b/resiliosync/config.json @@ -53,7 +53,7 @@ "PUID": 0, "config_location": "/config/addons_config/resiliosync", "data_location": "/share/resiliosync", - "downloads_location": "/share/resiliosync_downloads", + "downloads_location": "/share/resiliosync_downloads" }, "panel_icon": "mdi:cloud-sync-outline", "ports": { @@ -85,4 +85,4 @@ "slug": "resiliosync", "url": "https://github.com/tyjtyj/hassio-addons", "version": "2.7.3.1381-4-bugfix" -} \ No newline at end of file +}