Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

Commit

Permalink
concat args
Browse files Browse the repository at this point in the history
  • Loading branch information
przemyslawpluta committed May 4, 2016
1 parent 473cdf6 commit 25ed267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/youtube-dl.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ function call(urls, args1, args2, options, callback) {
var args = args1;
var passOver = false;
if (args2) {
args = args.concat(util.parseOpts(args2));
args = args.concat(args2);
}
options = options || {};

Expand Down

0 comments on commit 25ed267

Please sign in to comment.