From a4279860d52bc79bd4b0bbe528825a1caeb12468 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 29 Nov 2020 19:16:40 +0100 Subject: [PATCH] Update config.json --- emby/config.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/emby/config.json b/emby/config.json index 4da3a7b64..2cdcab632 100644 --- a/emby/config.json +++ b/emby/config.json @@ -1,6 +1,6 @@ { "name": "emby_nas", - "version": "1.7", + "version": "1.8", "slug": "emby_nas", "legacy": false, "maintenance": { @@ -36,8 +36,8 @@ "options": { "PUID": 1001, "PGID": 1001, - "localdisks": ["/dev/sdb1"], - "networkdisks": [""], + "localdisks": "/dev/sdb1", + "networkdisks": "", "cifsusername": "", "cifspassword": "" }, @@ -45,8 +45,8 @@ "PUID": "int", "PGID": "int", "TZ": "str?", - "localdisks": ["str"], - "networkdisks": ["str"], + "localdisks": "str", + "networkdisks": "str", "cifsusername": "str", "cifspassword": "str" }