mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
Fixed: SABnzbd queue checking will not fail when items in queue are being repaired.
SabQueue priority is parsed with a custom converter to prevent blowing up because SAB decides to use Repair as a queue priority type.
This commit is contained in:
parent
11434a347b
commit
c4b57c4a23
6 changed files with 270 additions and 1 deletions
|
@ -31,6 +31,7 @@ namespace NzbDrone.Core.Model.Sabnzbd
|
|||
}
|
||||
}
|
||||
|
||||
[JsonConverter(typeof(SabnzbdPriorityTypeConverter))]
|
||||
public SabPriorityType Priority { get; set; }
|
||||
|
||||
[JsonProperty(PropertyName = "cat")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue