summaryrefslogtreecommitdiff
path: root/enqueue.pl
diff options
context:
space:
mode:
Diffstat (limited to 'enqueue.pl')
-rwxr-xr-xenqueue.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/enqueue.pl b/enqueue.pl
index 7861073..2fbea0d 100755
--- a/enqueue.pl
+++ b/enqueue.pl
@@ -26,7 +26,7 @@ my $resp = $nzbget->send_request('append',RPC::XML::string->new($download->downl
if ($resp->value)
{
- print CGI::redirect('/');
+ print CGI::redirect('/cgi-bin/nzbget/groups.pl');
} else {
print header;
print start_html('nzbget enqueue error');