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?" } }