Skip to content

Commit efbe338

Browse files
committed
these are all changes to the 0 based videoIteration
1 parent c7a8210 commit efbe338

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ function removeVideo(element) {
212212
}
213213
videoCounter--;
214214
videos.splice(index, 1);
215+
index++;
215216
$("tr:nth-child(" + index + ")").remove();
216217
setPlaylist();
217218
}

0 commit comments

Comments
 (0)