Quality Config, Dynamically add new User Profiles, just need to get them to save.

This commit is contained in:
markus101 2011-02-05 10:27:14 -08:00
parent d083d653db
commit be6bdbc483
6 changed files with 61 additions and 4 deletions

View file

@ -123,6 +123,11 @@ namespace NzbDrone.Web.Controllers
return View("Index", model);
}
public ViewResult AddUserProfile()
{
return View("UserProfileSection", new QualityProfile());
}
public ActionResult SubMenu()
{
return PartialView();