SabDropDirectory is now editable on Settings/Sabnzbd

This commit is contained in:
Mark McDowall 2011-06-07 00:08:37 -07:00
commit c4163d1e0d
3 changed files with 18 additions and 0 deletions

View file

@ -51,5 +51,10 @@ namespace NzbDrone.Web.Models
[DisplayName("SABnzbd Priority")]
[Description("Priority to use when sending NZBs to SABnzbd")]
public SabnzbdPriorityType SabTvPriority { get; set; }
[DisplayName("SABnzbd TV Directory")]
[Description("The directory where SABnzbd stores TV shows (NzbDrone will sort them for you)")]
[DisplayFormat(ConvertEmptyStringToNull = false)]
public string SabDropDirectory { get; set; }
}
}