mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02: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