1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-19 07:52:33 +02:00
Radarr/NzbDrone.Core/Download/DownloadClientType.cs

10 lines
169 B
C#
Raw Normal View History

2013-04-08 00:40:13 +02:00
namespace NzbDrone.Core.Download
{
public enum DownloadClientType
{
Sabnzbd = 0,
2012-08-30 02:32:27 +02:00
Blackhole = 1,
Pneumatic = 2,
Nzbget = 3
}
}