1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-17 15:02:34 +02:00
Radarr/NzbDrone.Core/Download/DownloadClientType.cs
2013-04-09 15:22:59 -07:00

10 lines
169 B
C#

namespace NzbDrone.Core.Download
{
public enum DownloadClientType
{
Sabnzbd = 0,
Blackhole = 1,
Pneumatic = 2,
Nzbget = 3
}
}