mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
More backbone
This commit is contained in:
parent
ccccb9a4cd
commit
0333da1062
9 changed files with 77 additions and 20 deletions
|
@ -11,6 +11,6 @@ namespace NzbDrone.Api.QualityProfiles
|
|||
public Int32 Id { get; set; }
|
||||
public String Name { get; set; }
|
||||
public Int32 Cutoff { get; set; }
|
||||
public List<Int32> Allowed { get; set; }
|
||||
public List<QualityProfileType> Qualities { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue