mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-22 06:13:19 -07:00
pass FileCleanUp as array
This commit is contained in:
parent
e983ebe8c6
commit
943b03d423
1 changed files with 2 additions and 2 deletions
|
@ -70,8 +70,8 @@ CouchPotato=yes
|
||||||
# Category for Couchpotato's postprocessing.
|
# Category for Couchpotato's postprocessing.
|
||||||
CouchPotatoCategory=movies
|
CouchPotatoCategory=movies
|
||||||
|
|
||||||
# Clean up list. space seperated, default *.nzb *.sfv *.1
|
# Clean up list array. space seperated, in brackets default *.nzb *.sfv *.1
|
||||||
FileCleanUp=*.nzb *.sfv *.1
|
FileCleanUp=(*.nzb *.sfv *.1)
|
||||||
|
|
||||||
# Toggle detailed output (yes, no)
|
# Toggle detailed output (yes, no)
|
||||||
Debug=no
|
Debug=no
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue