Use scene name for download client queue

#ND-136 fixed
New: Option to Scene name when adding NZBs to download client queue
This commit is contained in:
Mark McDowall
2013-01-22 21:08:21 -08:00
parent e2cc4ef4ea
commit 0b9a4e1a46
5 changed files with 26 additions and 1 deletions
@@ -81,6 +81,10 @@ namespace NzbDrone.Web.Models
[RequiredIf("DownloadClient", (int)DownloadClientType.Pneumatic, ErrorMessage = "Required when Download Client is Blackhole")]
public string PneumaticDirectory { get; set; }
[DisplayName("Use Scene Name")]
[Description("Use Scene name when adding NZB to queue?")]
public Boolean UseSceneName { get; set; }
public SelectList SabTvCategorySelectList { get; set; }
public SelectList DownloadClientSelectList { get; set; }
}