From b53fb3c0b8d43fc6149d0483d564c3220e5e0229 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 4 May 2021 16:15:11 +0200 Subject: [PATCH] Update config.json --- plex/config.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/plex/config.json b/plex/config.json index e097142fb..6047cdb23 100644 --- a/plex/config.json +++ b/plex/config.json @@ -49,8 +49,7 @@ "PGID": 0, "networkdisks": "//server/share", "cifsusername": "username", - "cifspassword": "password", - "smbv1": false + "cifspassword": "password" }, "schema": { "PUID": "int", @@ -59,6 +58,6 @@ "networkdisks": "str?", "cifsusername": "str?", "cifspassword": "str?", - "smbv1": "bool" + "smbv1": "bool?" } }