From cae132268fd0cc738282e608a8eb85af85365d8b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 1 May 2021 10:24:20 +0200 Subject: [PATCH] Update config.json --- jellyfin/config.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/jellyfin/config.json b/jellyfin/config.json index 7bcb7026d..32a6b877f 100644 --- a/jellyfin/config.json +++ b/jellyfin/config.json @@ -44,11 +44,7 @@ ], "options": { "PUID": 0, - "PGID": 0, - "networkdisks": "//server/share", - "cifsusername": "username", - "cifspassword": "password", - "smbv1": false + "PGID": 0 }, "schema": { "PUID": "int", @@ -57,6 +53,6 @@ "networkdisks": "str?", "cifsusername": "str?", "cifspassword": "str?", - "smbv1": "bool" + "smbv1": "bool?" } }