From 634fa257b01f02ac7fa6f726e0a1a3f99a36c557 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 3 May 2021 06:26:49 +0200 Subject: [PATCH] Remove smbv1 bit --- emby/config.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/emby/config.json b/emby/config.json index 9e2f8cc8a..c8bf9ba25 100644 --- a/emby/config.json +++ b/emby/config.json @@ -48,8 +48,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?" } }