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
0d6d288a7a
commit
9052bf6468
1 changed files with 2 additions and 2 deletions
|
@ -87,8 +87,8 @@ Custom=yes
|
||||||
# Category for Custom postprocessing (eg. movies)
|
# Category for Custom postprocessing (eg. movies)
|
||||||
CustomCategory=music
|
CustomCategory=music
|
||||||
|
|
||||||
# Clean up list array. space seperated, in brackets, default *.nzb *.sfv *.1
|
# Clean up list. space seperated, in single quotes, 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