mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
replaced most of ServiceStack with nancy.
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user