fixup! Fixed: Marking queued item as failed not blocking the correct Torrent Info Hash

mark-as-failed-improvements
Mark McDowall 7 months ago
parent 813a53e7bd
commit c5b9ea51e3

@ -200,6 +200,8 @@ namespace NzbDrone.Core.Blocklisting
{
blocklist.ReleaseType = releaseType;
}
_blocklistRepository.Insert(blocklist);
}
public void HandleAsync(SeriesDeletedEvent message)

Loading…
Cancel
Save