mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 05:43:16 -07:00
Change cleanup list to string
This commit is contained in:
parent
90418660af
commit
0d6d288a7a
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue