From 1d6c9751c566b57015425b3275d2c83a2ec7d755 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 1 Oct 2021 19:31:37 +0200 Subject: [PATCH] Silent mode --- emby/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emby/config.json b/emby/config.json index 3c04c60cd..0e51c4d74 100644 --- a/emby/config.json +++ b/emby/config.json @@ -55,6 +55,6 @@ "cifsusername": "str?", "cifspassword": "str?", "smbv1": "bool?", - "verbose": "bool?" + "silent": "bool?" } }