Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/commit/20fc66c8cca6bd322b4ad7305cc9ea802d5fc4cb You should set ROOT_URL correctly, otherwise the web may not work correctly.

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

pull/123/head
Taloth Saldono 11 years ago
parent ef1e290311
commit 20fc66c8cc

@ -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);
}

Loading…
Cancel
Save