From ef3fbda6ad6d750d6d1c4e3e73836ff06ff2e1cc Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 19 Feb 2021 10:43:46 +0100 Subject: [PATCH] Update config.json --- transmission/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/transmission/config.json b/transmission/config.json index da2bdfb03..720082392 100644 --- a/transmission/config.json +++ b/transmission/config.json @@ -44,7 +44,7 @@ "networkdisks": "//ADDRESS/SHARE", "cifsusername": "username", "cifspassword": "password", - "smbv1": "false", + "smbv1": "false" }, "schema": { "PUID": "int", @@ -55,6 +55,6 @@ "networkdisks": "str?", "cifsusername": "str?", "cifspassword": "str?", - "smbv1": "bool", + "smbv1": "bool" } }