mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 18:57:39 -07:00
Pneumatic wired up as download client
This commit is contained in:
parent
853f7689bc
commit
8b45714e59
2 changed files with 21 additions and 13 deletions
|
@ -3,6 +3,7 @@
|
|||
public enum DownloadClientType
|
||||
{
|
||||
Sabnzbd = 0,
|
||||
Blackhole = 1
|
||||
Blackhole = 1,
|
||||
Pneumatic = 2
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue