From 89da46e6a3bea1450cc12199ed0e9430767d180c Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 10 Feb 2025 16:32:23 +0100 Subject: [PATCH] Align with new config logic https://github.com/alexbelgium/hassio-addons/issues/1761 --- nzbget/config.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nzbget/config.json b/nzbget/config.json index 932af03e9..4dccc577c 100644 --- a/nzbget/config.json +++ b/nzbget/config.json @@ -73,7 +73,8 @@ "ingress": true, "init": false, "map": [ - "config:rw", + "addon_config:rw", + "homeassistant_config:rw", "share:rw", "media:rw" ], @@ -107,5 +108,5 @@ "slug": "nzbget", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "v24.5-ls180" + "version": "v24.5-ls180-2" }