From cb8da6683c9a554575b0fa549086649f2077e233 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 1 Dec 2020 13:24:12 +0100 Subject: [PATCH] correct localdisk list --- emby/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emby/config.json b/emby/config.json index d9fd15261..72c161ecc 100644 --- a/emby/config.json +++ b/emby/config.json @@ -1,6 +1,6 @@ { "name": "Emby beta with smb and hdd", - "version": "2.1", + "version": "1.0", "slug": "emby_nas", "legacy": false, "maintenance": { @@ -46,7 +46,7 @@ "PUID": "int", "PGID": "int", "TZ": "str?", - "localdisks": "str", + "localdisks": ["str"], "networkdisks": "str", "cifsusername": "str", "cifspassword": "str"