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

This commit is contained in:
Mark McDowall 2024-08-10 20:37:58 -07:00
parent 813a53e7bd
commit c5b9ea51e3
1 changed files with 2 additions and 0 deletions

View File

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