mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-03-05 15:15:59 +02:00
Fixed: SAB retry not finding new ID in history
This commit is contained in:
parent
a433aac034
commit
4e98a447cb
@ -231,7 +231,7 @@ namespace NzbDrone.Core.Download.Clients.Sabnzbd
|
||||
|
||||
var history = GetHistory().Where(v => v.Category == currentHistoryItem.Category &&
|
||||
v.Title == currentHistoryItem.Title &&
|
||||
otherItemsWithSameTitle.Select(h => h.DownloadClientId)
|
||||
!otherItemsWithSameTitle.Select(h => h.DownloadClientId)
|
||||
.Contains(v.DownloadClientId)).ToList();
|
||||
|
||||
if (queue.Count == 1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user