mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-03-05 13:40:08 -05: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