mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
Quality Config, Dynamically add new User Profiles, just need to get them to save.
This commit is contained in:
parent
d083d653db
commit
be6bdbc483
6 changed files with 61 additions and 4 deletions
|
@ -9,10 +9,12 @@ namespace NzbDrone.Core.Repository.Quality
|
|||
{
|
||||
[SubSonicPrimaryKey(true)]
|
||||
public int ProfileId { get; set; }
|
||||
[DisplayName("Name")]
|
||||
public string Name { get; set; }
|
||||
public bool UserProfile { get; set; } //Allows us to tell the difference between default and user profiles
|
||||
|
||||
[SubSonicIgnore]
|
||||
[DisplayName("Allowed Qualities")]
|
||||
public List<QualityTypes> Allowed { get; set; }
|
||||
|
||||
public QualityTypes Cutoff { get; set; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue