Adding/Deleting QualityProfiles will now save/delete the profile from the database to make the process less hacky.

RootDir and UserProfileSection do not inherit the master layout automatically.
This commit is contained in:
Mark McDowall 2011-04-21 17:30:19 -07:00
parent a977443676
commit ec8c83760b
8 changed files with 109 additions and 52 deletions

View file

@ -94,7 +94,6 @@ namespace NzbDrone.Web.Controllers
"QualityProfileId",
"Name",
defaultQuality);
;
return PartialView("AddSeriesItem", suggestions);
}