mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Quality Config, Dynamically add new User Profiles, just need to get them to save.
This commit is contained in:
parent
d083d653db
commit
be6bdbc483
6 changed files with 61 additions and 4 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue