make sure task preset format isn't default
This commit is contained in:
parent
83152f0e00
commit
bce84163f7
1 changed files with 1 additions and 1 deletions
|
|
@ -387,7 +387,7 @@ const exportItem = async item => {
|
|||
}
|
||||
}
|
||||
const defaults = ['default', 'not_set']
|
||||
if (preset.format && !defaults.includes(info.format)) {
|
||||
if (preset.format && !defaults.includes(preset.format)) {
|
||||
args.format = preset.format
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue