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" } }