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

Commit

Permalink
Correct extension in playlist.js
Browse files Browse the repository at this point in the history
  • Loading branch information
navispeed committed Jul 31, 2018
1 parent 0ee2609 commit 5d77436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/playlist.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ vows.describe('download playlist').addBatch({
assert.equal(data[0].progress, 1);
assert.equal(data[0].data._filename, 'Amy Castle - The Original Cuppycake Video-12Z6pWhM6TA.webm');
assert.equal(data[1].progress, 1);
assert.equal(data[1].data._filename, 'LA REGAÑADA DEL MILENIO.wmv-SITuxqDUjPI.mp4');
assert.equal(data[1].data._filename, 'LA REGAÑADA DEL MILENIO.wmv-SITuxqDUjPI.webm');

function fileExists(data) {
var filepath = path.join(__dirname, data._filename);
Expand Down

0 comments on commit 5d77436

Please sign in to comment.