diff --git a/emby/config.json b/emby/config.json index 96f22f6aa..9fdfd24cc 100644 --- a/emby/config.json +++ b/emby/config.json @@ -34,7 +34,7 @@ "options": { "PUID": 1001, "PGID": 1001, - "local_hdd": "", + "localdisks": ["/dev/sdb1"], "networkdisks": [""], "cifsusername": "", "cifspassword": "" @@ -43,7 +43,7 @@ "PUID": "int", "PGID": "int", "TZ": "str?", - "local_hdd": "str", + "localdisks": ["str"], "networkdisks": ["str"], "cifsusername": "str", "cifspassword": "str"