Fixed failure when trying to add the first root dir (Missing Telerik scripts for combobox).

This commit is contained in:
Mark McDowall 2011-06-21 00:02:21 -07:00
parent 68b7ba9209
commit 47b997326b
2 changed files with 8 additions and 1 deletions

View file

@ -215,6 +215,7 @@ namespace NzbDrone.Web.Controllers
{
Id = 0,
Path = "",
CleanPath = "",
SelectList = new SelectList(new List<string> { "" }, "")
};