From 42538f0f431176f4f9484ab636cc023e294a4720 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 24 May 2021 07:57:42 +0200 Subject: [PATCH] Align sonarr --- radarr/config.json | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/radarr/config.json b/radarr/config.json index 6b1ffae8d..ff2a01298 100644 --- a/radarr/config.json +++ b/radarr/config.json @@ -38,10 +38,8 @@ "options": { "PUID": 0, "PGID": 0, - "localdisks": [ - "sda1" - ], - "networkdisks": "", + "localdisks": ["sda1"], + "networkdisks": " ", "cifsusername": "", "cifspassword": "" }, @@ -49,16 +47,10 @@ "PUID": "int", "PGID": "int", "TZ": "str?", - "localdisks": [ - "str" - ], + "localdisks": ["str"], "networkdisks": "str", "cifsusername": "str", "cifspassword": "str" }, - "snapshot_exclude": [ - "**/Backups/*", - "**/logs/*", - "**/MediaCover/*" - ] + "smbv1": "bool?" }