Skip to content

Commit 79983c8

Browse files
committed
diddo
1 parent 8285b1e commit 79983c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ function getPlaylist() {
128128
playlist = JSON.parse(playlist);
129129
videos = playlist;
130130

131-
for (i = 1; i < videos.length; i++) {
131+
for (i = 0; i < videos.length; i++) {
132132
videoCounter = i;
133133
var printTime = msConversion(videos[videoCounter]["time"]);
134134
addVideoToList(videos[videoCounter]["name"], printTime);

0 commit comments

Comments
 (0)