mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-30 12:34:01 +00:00
Fixed: UsenetBlackhole not importing since latest develop.
This commit is contained in:
@@ -103,7 +103,7 @@ namespace NzbDrone.Core.Download.Clients.Blackhole
|
||||
|
||||
var oldWatchItem = lastWatchItems.GetValueOrDefault(newWatchItem.DownloadId);
|
||||
|
||||
if (PreCheckWatchItemExpiry(oldWatchItem, newWatchItem))
|
||||
if (PreCheckWatchItemExpiry(newWatchItem, oldWatchItem))
|
||||
{
|
||||
newWatchItem.TotalSize = _diskProvider.GetFileSize(videoFile);
|
||||
newWatchItem.Hash = GetHash(videoFile);
|
||||
|
||||
Reference in New Issue
Block a user