Skip to content

Commit

Permalink
Change the default kstream to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
AnimeDL committed Dec 15, 2023
1 parent 5f082f1 commit 834e157
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/module.args.ts
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,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: 1
default: 2
},
docDescribe: true,
service: ['crunchy'],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "multi-downloader-nx",
"short_name": "aniDL",
"version": "4.3.2",
"version": "4.4.0",
"description": "Downloader for Crunchyroll, Funimation, or Hidive via CLI or GUI",
"keywords": [
"download",
Expand Down

0 comments on commit 834e157

Please sign in to comment.