Fixed: Using different retry method for NzbGet to actually trigger NzbGet to redownload.

This commit is contained in:
Taloth Saldono 2014-10-14 21:16:56 +02:00
parent ef1e290311
commit 20fc66c8cc
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ namespace NzbDrone.Core.Download.Clients.Nzbget
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);
}