Change cleanup list to string

This commit is contained in:
clinton-hall 2012-12-20 18:16:17 -08:00
commit 9052bf6468

View file

@ -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