mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-04-19 21:49:51 -04:00
8 lines
104 B
C#
8 lines
104 B
C#
namespace Domain.Enums;
|
|
|
|
public enum DownloadClient
|
|
{
|
|
QBittorrent,
|
|
Deluge,
|
|
Transmission
|
|
} |