Add option to not use a download client (#35)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace Common.Enums;
|
||||
|
||||
public enum DownloadClient
|
||||
{
|
||||
QBittorrent,
|
||||
Deluge,
|
||||
Transmission,
|
||||
None
|
||||
}
|
||||
Reference in New Issue
Block a user