From 28696e0ecb46aa8f6b87f821dbc8ca10bb148380 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 21 Jun 2021 21:43:24 +0200 Subject: [PATCH] Align with smb code --- sonarr/config.json | 24 +++++++----------------- 1 file changed, 7 insertions(+), 17 deletions(-) diff --git a/sonarr/config.json b/sonarr/config.json index 864a1a385..6cd5dc335 100644 --- a/sonarr/config.json +++ b/sonarr/config.json @@ -35,13 +35,10 @@ "PUID": "0", "PGID": "0" }, - "options": { + "options": { "PUID": 0, "PGID": 0, - "localdisks": [ - "sda1" - ], - "networkdisks": " ", + "networkdisks": ",", "cifsusername": "", "cifspassword": "" }, @@ -49,17 +46,10 @@ "PUID": "int", "PGID": "int", "TZ": "str?", - "localdisks": [ - "str" - ], - "networkdisks": "str", - "cifsusername": "str", - "cifspassword": "str", + "localdisks": "str?", + "networkdisks": "str?", + "cifsusername": "str?", + "cifspassword": "str?", "smbv1": "bool?" - }, - "snapshot_exclude": [ - "**/Backups/*", - "**/logs/*", - "**/MediaCover/*" - ] + } }