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?" } }