Set default kstream to 5

This commit is contained in:
AnimeDL 2024-03-18 16:04:41 -07:00
parent ef567903ad
commit 3e071b1386

View file

@ -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'],