mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
DownloadClient added to the UI, it still will only download via Sabnzbd.
This commit is contained in:
parent
0b88976ce0
commit
d670e45001
10 changed files with 234 additions and 127 deletions
8
NzbDrone.Core/Model/DownloadClientType.cs
Normal file
8
NzbDrone.Core/Model/DownloadClientType.cs
Normal file
|
@ -0,0 +1,8 @@
|
|||
namespace NzbDrone.Core.Model
|
||||
{
|
||||
public enum DownloadClientType
|
||||
{
|
||||
Sabnzbd = 0,
|
||||
Blackhole = 1
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue