mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
Merge remote-tracking branch 'origin/pneumatic'
This commit is contained in:
commit
0b8ca7c3b0
31 changed files with 1202 additions and 460 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