fixup! Fixed: Marking queued item as failed not blocking the correct Torrent Info Hash
This commit is contained in:
parent
813a53e7bd
commit
c5b9ea51e3
|
@ -200,6 +200,8 @@ namespace NzbDrone.Core.Blocklisting
|
||||||
{
|
{
|
||||||
blocklist.ReleaseType = releaseType;
|
blocklist.ReleaseType = releaseType;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
_blocklistRepository.Insert(blocklist);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void HandleAsync(SeriesDeletedEvent message)
|
public void HandleAsync(SeriesDeletedEvent message)
|
||||||
|
|
Loading…
Reference in New Issue