mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-21 22:05:43 -04:00
Quality Config, Dynamically add new User Profiles, just need to get them to save.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user