DownloadClient added to the UI, it still will only download via Sabnzbd.

This commit is contained in:
Mark McDowall 2012-01-28 13:43:44 -08:00
commit d670e45001
10 changed files with 234 additions and 127 deletions

View file

@ -0,0 +1,8 @@
namespace NzbDrone.Core.Model
{
public enum DownloadClientType
{
Sabnzbd = 0,
Blackhole = 1
}
}