Add option to explicitly disable the download client (#93)

This commit is contained in:
Flaminel
2025-03-19 16:02:46 +02:00
committed by GitHub
parent 32bcbab523
commit 4bc1c33e81
6 changed files with 18 additions and 11 deletions
+2 -1
View File
@@ -5,5 +5,6 @@ public enum DownloadClient
QBittorrent,
Deluge,
Transmission,
None
None,
Disabled
}