From 9052bf6468473646988e8070a53bb051208cf6d7 Mon Sep 17 00:00:00 2001 From: clinton-hall Date: Thu, 20 Dec 2012 18:16:17 -0800 Subject: [PATCH] Change cleanup list to string --- 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 a1c757ce..8679de67 100644 --- a/nzbget-postprocessing-files/9.0/webui/nzbget-postprocess.conf +++ b/nzbget-postprocessing-files/9.0/webui/nzbget-postprocess.conf @@ -87,8 +87,8 @@ Custom=yes # Category for Custom postprocessing (eg. movies) CustomCategory=music -# Clean up list array. space seperated, in brackets, default *.nzb *.sfv *.1 -FileCleanUp=(*.nzb *.sfv *.1) +# Clean up list. space seperated, in single quotes, default '*.nzb *.sfv *.1' +FileCleanUp='*.nzb *.sfv *.1' # Toggle detailed output (yes, no). Debug=no