mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 17:13:49 -07:00
Font-Awesomed Settings
This commit is contained in:
parent
665e4b9fbf
commit
b5bdda1c63
6 changed files with 46 additions and 33 deletions
|
@ -288,6 +288,7 @@ namespace NzbDrone.Web.Controllers
|
|||
return PartialView("QualityProfileItem", model);
|
||||
}
|
||||
|
||||
[HttpPost]
|
||||
[JsonErrorFilter]
|
||||
public JsonResult DeleteQualityProfile(int profileId)
|
||||
{
|
||||
|
@ -296,7 +297,7 @@ namespace NzbDrone.Web.Controllers
|
|||
|
||||
_qualityProvider.Delete(profileId);
|
||||
|
||||
return new JsonResult();
|
||||
return Json("ok");
|
||||
}
|
||||
|
||||
public PartialViewResult AddNewznabProvider()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue