From 943b03d423635cb8aea26f645148a12ff6e64b87 Mon Sep 17 00:00:00 2001 From: clinton-hall Date: Mon, 17 Dec 2012 16:33:19 -0800 Subject: [PATCH] pass FileCleanUp as array --- nzbget-postprocessing-files/9.0/webui/nzbget-postprocess.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nzbget-postprocessing-files/9.0/webui/nzbget-postprocess.conf b/nzbget-postprocessing-files/9.0/webui/nzbget-postprocess.conf index 1476ef9d..3b647565 100644 --- a/nzbget-postprocessing-files/9.0/webui/nzbget-postprocess.conf +++ b/nzbget-postprocessing-files/9.0/webui/nzbget-postprocess.conf @@ -70,8 +70,8 @@ CouchPotato=yes # Category for Couchpotato's postprocessing. CouchPotatoCategory=movies -# Clean up list. space seperated, default *.nzb *.sfv *.1 -FileCleanUp=*.nzb *.sfv *.1 +# Clean up list array. space seperated, in brackets default *.nzb *.sfv *.1 +FileCleanUp=(*.nzb *.sfv *.1) # Toggle detailed output (yes, no) Debug=no