mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 20:44:00 +02:00
cleaned up handling of Unknown quality type.
This commit is contained in:
@@ -6,7 +6,6 @@ namespace NzbDrone.Api.Qualities
|
||||
{
|
||||
public class QualityProfileResource : RestResource
|
||||
{
|
||||
public Int32 Id { get; set; }
|
||||
public String Name { get; set; }
|
||||
public QualityResource Cutoff { get; set; }
|
||||
public List<QualityResource> Qualities { get; set; }
|
||||
@@ -15,7 +14,6 @@ namespace NzbDrone.Api.Qualities
|
||||
|
||||
public class QualityResource : RestResource
|
||||
{
|
||||
public Int32 Id { get; set; }
|
||||
public Int32 Weight { get; set; }
|
||||
public String Name { get; set; }
|
||||
}
|
||||
|
Reference in New Issue
Block a user