From 261e6596cec33e87b848ddf22c3bf14f1452d820 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 16 Dec 2020 19:26:26 +0100 Subject: [PATCH] Clean --- transmission/config.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/transmission/config.json b/transmission/config.json index 9f2721b61..8d8955b28 100644 --- a/transmission/config.json +++ b/transmission/config.json @@ -51,9 +51,9 @@ "TZ": "str?", "download_dir": "str", "incomplete_dir": "str", - "localdisks": ["str"], - "networkdisks": "str", - "cifsusername": "str", - "cifspassword": "str" + "localdisks": ["str?"], + "networkdisks": "str?", + "cifsusername": "str?", + "cifspassword": "str?" } }