mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-01-29 08:01:01 -05:00
8 lines
104 B
C#
8 lines
104 B
C#
namespace Domain.Enums;
|
|
|
|
public enum DownloadClient
|
|
{
|
|
QBittorrent,
|
|
Deluge,
|
|
Transmission
|
|
} |