From 9164bcc39598c40566506d3882e153d583be469e Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 30 Sep 2021 16:03:51 +0200 Subject: [PATCH] Update config.json --- qbittorrent/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qbittorrent/config.json b/qbittorrent/config.json index dfcb1c90b..986577875 100644 --- a/qbittorrent/config.json +++ b/qbittorrent/config.json @@ -17,6 +17,7 @@ "hassio_api": true, "hassio_role": "homeassistant", "homeassistant_api": true, + "snapshot_exclude":["*/image.tar"], "ports": { "8080/tcp": 8081, "6881/tcp": 6881, @@ -85,6 +86,5 @@ "openvpn_password": "str?", "run_duration": "str?", "TZ": "str?" - }, - "snapshot_exclude":["*image.*"] + } }