diff --git a/radarr/config.json b/radarr/config.json index c00ac7451..5f1444c7a 100644 --- a/radarr/config.json +++ b/radarr/config.json @@ -38,10 +38,7 @@ "options": { "PUID": 0, "PGID": 0, - "localdisks": [ - "sda1" - ], - "networkdisks": " ", + "networkdisks": ",", "cifsusername": "", "cifspassword": "" }, @@ -49,12 +46,10 @@ "PUID": "int", "PGID": "int", "TZ": "str?", - "localdisks": [ - "str" - ], - "networkdisks": "str", - "cifsusername": "str", - "cifspassword": "str" - }, - "smbv1": "bool?" + "localdisks": "str?", + "networkdisks": "str?", + "cifsusername": "str?", + "cifspassword": "str?", + "smbv1": "bool?" + } }