Pneumatic wired up as download client

This commit is contained in:
Mark McDowall 2012-08-29 17:32:27 -07:00
commit 8b45714e59
2 changed files with 21 additions and 13 deletions

View file

@ -3,6 +3,7 @@
public enum DownloadClientType
{
Sabnzbd = 0,
Blackhole = 1
Blackhole = 1,
Pneumatic = 2
}
}