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