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

Commit

Permalink
Remove the extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysalvat committed Apr 25, 2014
1 parent 76d3468 commit 11aabf9
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 @@ -173,7 +173,7 @@ ytdl.getInfo = function(url, options, callback) {
}
});

if (playlist.length === 1) {
if (playlist.length === 1) {
return callback(null, playlist[0]);
} else {
return callback(null, playlist);
Expand Down

0 comments on commit 11aabf9

Please sign in to comment.