mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
replaced most of ServiceStack with nancy.
This commit is contained in:
parent
936886f213
commit
acef97b79f
22 changed files with 15057 additions and 334 deletions
|
@ -12,4 +12,12 @@ namespace NzbDrone.Api.QualityProfiles
|
|||
public Int32 Cutoff { get; set; }
|
||||
public List<QualityProfileType> Qualities { get; set; }
|
||||
}
|
||||
|
||||
public class QualityProfileType
|
||||
{
|
||||
public Int32 Id { get; set; }
|
||||
public Int32 Weight { get; set; }
|
||||
public String Name { get; set; }
|
||||
public Boolean Allowed { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue