mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
Font-Awesomed Settings
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user