diff --git a/emby/config.json b/emby/config.json index 1ecab59b2..c4f17502e 100644 --- a/emby/config.json +++ b/emby/config.json @@ -39,23 +39,15 @@ "full_access": true, "options": { "PUID": 1001, - "PGID": 1001, - "localdisks": [ - "sda1" - ], - "networkdisks": "", - "cifsusername": "", - "cifspassword": "" + "PGID": 1001 }, "schema": { "PUID": "int", "PGID": "int", "TZ": "str?", - "localdisks": [ - "str" - ], - "networkdisks": "str", - "cifsusername": "str", - "cifspassword": "str" + "localdisks": "str?", + "networkdisks": "str?", + "cifsusername": "str?", + "cifspassword": "str?" } }