From 8c09341e65647d6aac3569944b87378c2156f725 Mon Sep 17 00:00:00 2001 From: Alex Checca Date: Mon, 18 Jan 2016 00:43:06 -0500 Subject: fix download list not being cleared on ag_stop --- scripts/xdcc_autoget.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/xdcc_autoget.pl b/scripts/xdcc_autoget.pl index d4dc2ca..5d77ef7 100644 --- a/scripts/xdcc_autoget.pl +++ b/scripts/xdcc_autoget.pl @@ -760,6 +760,7 @@ sub ag_stop @termcounter = (); @packcounter = (); @episode = (); + @filenames = (); } if($runningflag == 1) -- cgit v1.2.3