added sub menu for add series

This commit is contained in:
Keivan 2011-03-28 17:12:48 -07:00
commit 82808355c4
8 changed files with 11 additions and 29 deletions

View file

@ -60,11 +60,6 @@ namespace NzbDrone.Web.Controllers
return View();
}
public ActionResult Add()
{
return View(new AddNewSeriesModel());
}
public ActionResult AddExisting()
{
var defaultQuality = Convert.ToInt32(_configProvider.GetValue("DefaultQualityProfile", "1", true));