AddSeries javascript fixes.

Add new series now has a drop box for rootdir.
Moved add series javascript to addSeries.js.
This commit is contained in:
Mark McDowall 2011-08-23 13:31:28 -07:00
commit 88525a0b7c
7 changed files with 152 additions and 127 deletions

View file

@ -166,7 +166,7 @@ namespace NzbDrone.Web.Controllers
return new JsonResult { Data = "failed" };
}
return new JsonResult { };
return new JsonResult { Data = "ok" };
}
[HttpGet]