From 12221251c77a20210fdf91dbbf3ac41529d606ea Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 29 Nov 2020 18:13:50 +0100 Subject: [PATCH] Update config.json --- emby/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"