diff --git a/qbittorrent/config.json b/qbittorrent/config.json index 533ae1093..85b524dca 100644 --- a/qbittorrent/config.json +++ b/qbittorrent/config.json @@ -40,7 +40,7 @@ "certfile": "fullchain.pem", "keyfile": "privkey.pem", "whitelist": "localhost,127.0.0.1,172.30.0.0/16,192.168.0.0/16", - "download-folder": "/share/qBittorrent", + "SavePath": "/share/qBittorrent", "PUID": 0, "PGID": 0 }, @@ -51,7 +51,7 @@ "whitelist": "str?", "PUID": "int", "PGID": "int", - "download-folder": "str?", + "SavePath": "str?", "customUI": "list(|vuetorrent|qbit-matUI|qb-web)?", "localdisks": "str?", "networkdisks": "str?",