From d1f3ee6b35642ed97310bb9a1ab0e630b1a3ccb0 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 31 Oct 2021 18:09:35 +0100 Subject: [PATCH] updated customUI code --- transmission/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/transmission/config.json b/transmission/config.json index 9ebc0fea9..5b8b000bd 100644 --- a/transmission/config.json +++ b/transmission/config.json @@ -49,7 +49,7 @@ "schema": { "PUID": "int", "PGID": "int", - "customUI": "list(|combustion-release|transmission-web-control|kettu|flood-for-transmission)?", + "customUI": "list(|combustion-release|transmission-web-control|kettu|flood-for-transmission)", "TZ": "str?", "download_dir": "str", "incomplete_dir": "str?", @@ -67,6 +67,6 @@ "startup": "services", "upstream": "3.00-r2-ls87", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "3.00-r2-ls87-5", + "version": "3.00-r2-ls87-6", "webui": "http://[HOST]:[PORT:9091]" }