mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
All profiles (including the default ones) are now editable.
This commit is contained in:
parent
f819a24e65
commit
72e73b7513
5 changed files with 30 additions and 24 deletions
|
@ -8,7 +8,6 @@ namespace NzbDrone.Web.Models
|
|||
public class QualityModel
|
||||
{
|
||||
public List<QualityProfile> Profiles { get; set; }
|
||||
public List<QualityProfile> UserProfiles { get; set; }
|
||||
|
||||
[DisplayName("Default Quality Profile")]
|
||||
[Description("The default quality to use when adding series to NzbDrone")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue