Change cleanup list to string

This commit is contained in:
clinton-hall 2012-12-20 18:13:14 -08:00
commit 0d6d288a7a

View file

@ -90,8 +90,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 quote, default '*.nzb *.sfv *.1'
FileCleanUp='*.nzb *.sfv *.1'
# Toggle detailed output (yes, no).
Debug=no