From 49bd6c8e66855fd409440b7c4081b79677f48326 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 28 Feb 2023 21:45:45 +0100 Subject: [PATCH] Init false https://github.com/alexbelgium/hassio-addons/issues/361#issuecomment-1448864578 --- tdarr/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tdarr/config.json b/tdarr/config.json index 29015b2e0..72de73a7b 100644 --- a/tdarr/config.json +++ b/tdarr/config.json @@ -64,6 +64,7 @@ }, "host_dbus": true, "image": "ghcr.io/alexbelgium/tdarr-{arch}", + "init": false, "map": [ "media:rw", "config:rw", @@ -100,7 +101,7 @@ }, "slug": "tdarr", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "2.00.19.1", + "version": "2.00.19.1-2", "video": true, "webui": "[PROTO:ssl]://[HOST]:[PORT:8265]" }