From 978159c80e5fece665c22ea8c810372cec62b896 Mon Sep 17 00:00:00 2001 From: AnimeDL Date: Sat, 23 Mar 2024 13:12:27 -0700 Subject: [PATCH] [CR] Change the default API to web --- modules/module.args.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/module.args.ts b/modules/module.args.ts index 66d192b..0eaa5b0 100644 --- a/modules/module.args.ts +++ b/modules/module.args.ts @@ -227,7 +227,7 @@ const args: TAppArg[] = [ usage: '', choices: ['android', 'web'], default: { - default: 'android' + default: 'web' } }, { @@ -290,7 +290,7 @@ const args: TAppArg[] = [ describe: 'Select specific stream', choices: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10], default: { - default: 5 + default: 1 }, docDescribe: true, service: ['crunchy'],