Auto complete for paths added. Config text boxes are now wider.

This commit is contained in:
Mark McDowall
2011-06-08 18:45:06 -07:00
parent ff673f3d7d
commit bda226096b
12 changed files with 117 additions and 41 deletions

View File

@@ -56,5 +56,7 @@ namespace NzbDrone.Web.Models
[Description("The directory where SABnzbd stores TV shows (NzbDrone will sort them for you)")]
[DisplayFormat(ConvertEmptyStringToNull = false)]
public string SabDropDirectory { get; set; }
public SelectList SabDropDirectorySelectList { get; set; }
}
}