mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-10 15:23:40 -07:00
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:
parent
a977443676
commit
ec8c83760b
8 changed files with 109 additions and 52 deletions
|
@ -94,7 +94,6 @@ namespace NzbDrone.Web.Controllers
|
|||
"QualityProfileId",
|
||||
"Name",
|
||||
defaultQuality);
|
||||
;
|
||||
|
||||
return PartialView("AddSeriesItem", suggestions);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue