mirror of
https://github.com/anidl/multi-downloader-nx.git
synced 2026-05-10 12:00:55 +00:00
Set default kstream to 5
This commit is contained in:
parent
ef567903ad
commit
3e071b1386
1 changed files with 1 additions and 1 deletions
|
|
@ -289,7 +289,7 @@ const args: TAppArg<boolean|number|string|unknown[]>[] = [
|
|||
describe: 'Select specific stream',
|
||||
choices: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10],
|
||||
default: {
|
||||
default: 4
|
||||
default: 5
|
||||
},
|
||||
docDescribe: true,
|
||||
service: ['crunchy'],
|
||||
|
|
|
|||
Loading…
Reference in a new issue