Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/85f7195d5707fd07a2b72df3efedd82492190284?style=unified&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed: No longer produces error when deleting pending item from queue.

pull/2/head
Taloth Saldono 10 years ago
parent be1d4ce4c6
commit 85f7195d57

@ -44,6 +44,8 @@ namespace NzbDrone.Api.Queue
if (pendingRelease != null)
{
_pendingReleaseService.RemovePendingQueueItem(id);
return new object().AsResponse();
}
var trackedDownload = GetTrackedDownload(id);

Loading…
Cancel
Save