mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
parent
44b76ff647
commit
39bbb67f0a
1 changed files with 5 additions and 0 deletions
|
@ -64,6 +64,11 @@ namespace NzbDrone.Core.Download.History
|
|||
// Events are ordered by date descending. We'll return the most recent expected event.
|
||||
foreach (var e in events)
|
||||
{
|
||||
if (e.EventType == DownloadHistoryEventType.DownloadIgnored)
|
||||
{
|
||||
return e;
|
||||
}
|
||||
|
||||
if (e.EventType == DownloadHistoryEventType.DownloadGrabbed)
|
||||
{
|
||||
return e;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue