We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8285b1e commit 79983c8Copy full SHA for 79983c8
index.js
@@ -128,7 +128,7 @@ function getPlaylist() {
128
playlist = JSON.parse(playlist);
129
videos = playlist;
130
131
- for (i = 1; i < videos.length; i++) {
+ for (i = 0; i < videos.length; i++) {
132
videoCounter = i;
133
var printTime = msConversion(videos[videoCounter]["time"]);
134
addVideoToList(videos[videoCounter]["name"], printTime);
0 commit comments