From 66ef689a5733dbc086271652a83e69e4baa7eef4 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 1 Oct 2021 19:00:53 +0200 Subject: [PATCH] Added verbose options, and readded s*1 --- emby/config.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/emby/config.json b/emby/config.json index cccc36ee8..c09ed72ac 100644 --- a/emby/config.json +++ b/emby/config.json @@ -44,7 +44,8 @@ ], "options": { "PUID": 0, - "PGID": 0 + "PGID": 0, + "verbose": false }, "schema": { "PUID": "int", @@ -54,6 +55,7 @@ "networkdisks": "str?", "cifsusername": "str?", "cifspassword": "str?", - "smbv1": "bool?" + "smbv1": "bool?", + "verbose": "bool?" } }