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