mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07:00
JquerySimpleDropdown menu added, not sure of full usage yet.
Fixed SettingsController for Quality Config.
This commit is contained in:
parent
9f0e512f5f
commit
764f67f8e8
11 changed files with 119 additions and 51 deletions
|
@ -95,7 +95,7 @@ namespace NzbDrone.Web.Controllers
|
|||
|
||||
public ActionResult Quality()
|
||||
{
|
||||
ViewData["viewName"] = "Downloads";
|
||||
ViewData["viewName"] = "Quality";
|
||||
|
||||
var userProfiles = _qualityProvider.GetProfiles().Where(q => q.UserProfile).ToList();
|
||||
var profiles = _qualityProvider.GetProfiles().Where(q => q.UserProfile == false).ToList();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue