From f6738da1f97b66c05e8dc1c7496c89c2a3a25317 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 19 Feb 2021 08:57:07 +0100 Subject: [PATCH] Update config.json --- transmission/config.json | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/transmission/config.json b/transmission/config.json index 2eb0f0dc9..1887b7ac0 100644 --- a/transmission/config.json +++ b/transmission/config.json @@ -41,12 +41,10 @@ "PGID": 1000, "download_dir": "/share/downloads", "incomplete_dir": "/share/incomplete", - "localdisks": [ - "sda1" - ], - "networkdisks": "//SERVER/SHARE", + "networkdisks": "//ADDRESS/SHARE", "cifsusername": "username", - "cifspassword": "password" + "cifspassword": "password", + "smbv1": false, }, "schema": { "PUID": "int", @@ -54,11 +52,9 @@ "TZ": "str?", "download_dir": "str", "incomplete_dir": "str?", - "localdisks": [ - "str?" - ], "networkdisks": "str?", "cifsusername": "str?", - "cifspassword": "str?" + "cifspassword": "str?", + "smbv1": "bool", } }