mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
Fixed: Using different retry method for NzbGet to actually trigger NzbGet to redownload.
This commit is contained in:
@@ -133,7 +133,7 @@ namespace NzbDrone.Core.Download.Clients.Nzbget
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!EditQueue("HistoryReturn", 0, "", item.Id, settings))
|
if (!EditQueue("HistoryRedownload", 0, "", item.Id, settings))
|
||||||
{
|
{
|
||||||
_logger.Warn("Failed to return item to queue from history, {0} [{1}]", item.Name, item.Id);
|
_logger.Warn("Failed to return item to queue from history, {0} [{1}]", item.Name, item.Id);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user