mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 22:03:13 -07:00
pass FileCleanUp as array
This commit is contained in:
parent
943b03d423
commit
79c6ed890f
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue