mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2025-12-23 22:18:39 -05:00
10 lines
128 B
C#
10 lines
128 B
C#
namespace Common.Enums;
|
|
|
|
public enum DownloadClient
|
|
{
|
|
QBittorrent,
|
|
Deluge,
|
|
Transmission,
|
|
None,
|
|
Disabled
|
|
} |