From 7cfbaee987c39353d24cdb74e9a7527c900862e3 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 8 Feb 2021 08:10:38 +0100 Subject: [PATCH] Add autostop feature --- qbittorrent/config.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qbittorrent/config.json b/qbittorrent/config.json index fbc404e06..a421e5514 100644 --- a/qbittorrent/config.json +++ b/qbittorrent/config.json @@ -43,6 +43,7 @@ "certfile": "fullchain.pem", "keyfile": "privkey.pem", "whitelist": "localhost,127.0.0.1,192.168.0.0/16", + "autostop": false "PUID": 0, "PGID": 0 }, @@ -51,6 +52,7 @@ "certfile": "str", "keyfile": "str", "whitelist": "str?", + "autostop": "bool", "PUID": "int", "PGID": "int", "localdisks": "str?",