mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-25 22:36:59 -04:00
Fixed: NzbGet history items deleted due to health are now properly recognized as failed.
This commit is contained in:
@@ -11,6 +11,7 @@ namespace NzbDrone.Core.Download
|
||||
Paused = 1,
|
||||
Downloading = 2,
|
||||
Completed = 3,
|
||||
Failed = 4
|
||||
Failed = 4,
|
||||
Warning = 5
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user