mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-28 13:01:28 +02:00
Bootstrap loading profiles via ajax
This commit is contained in:
@@ -10,7 +10,7 @@ namespace NzbDrone.Api.QualityProfiles
|
||||
{
|
||||
public Int32 Id { get; set; }
|
||||
public String Name { get; set; }
|
||||
public QualityTypes Cutoff { get; set; }
|
||||
public List<QualityTypes> Allowed { get; set; }
|
||||
public Int32 Cutoff { get; set; }
|
||||
public List<Int32> Allowed { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user