mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 17:13:49 -07:00
Pneumatic added to client side
New: Pneumatic added as a download client
This commit is contained in:
parent
8854269a43
commit
4052db7502
9 changed files with 36 additions and 6 deletions
|
@ -70,6 +70,12 @@ namespace NzbDrone.Web.Models
|
|||
[Description("What method do you download NZBs with?")]
|
||||
public int DownloadClient { get; set; }
|
||||
|
||||
[DisplayName("Pneumatic Nzb Directory")]
|
||||
[Description("Directory to save NZBs for Pneumatic, must be able from XBMC")]
|
||||
[DisplayFormat(ConvertEmptyStringToNull = false)]
|
||||
[RequiredIf("DownloadClient", (int)DownloadClientType.Pneumatic, ErrorMessage = "Required when Download Client is Blackhole")]
|
||||
public string PneumaticDirectory { get; set; }
|
||||
|
||||
public SelectList SabTvCategorySelectList { get; set; }
|
||||
public SelectList DownloadClientSelectList { get; set; }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue