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

Fixed: Don't ignore Delete:Copy items in NZBGet

pull/6/head
Mark McDowall 6 years ago committed by Qstick
parent 3e10c994df
commit 5111e44984

@ -131,7 +131,7 @@ namespace NzbDrone.Core.Download.Clients.Nzbget
historyItem.CanMoveFiles = true;
historyItem.CanBeRemoved = true;
if (item.DeleteStatus == "MANUAL" || item.DeleteStatus == "COPY")
if (item.DeleteStatus == "MANUAL")
{
continue;
}

Loading…
Cancel
Save