mirror of
https://github.com/anidl/multi-downloader-nx.git
synced 2026-04-21 00:12:05 +00:00
Update default quality to max
This commit is contained in:
parent
30b4b571a1
commit
54b031e516
1 changed files with 1 additions and 1 deletions
|
|
@ -168,7 +168,7 @@ const args: TAppArg<boolean|number|string|unknown[]>[] = [
|
|||
group: 'dl',
|
||||
describe: 'Set the quality level. Use 0 to use the maximum quality.',
|
||||
default: {
|
||||
default: 7
|
||||
default: 0
|
||||
},
|
||||
docDescribe: true,
|
||||
service: 'both',
|
||||
|
|
|
|||
Loading…
Reference in a new issue