Skip to content

Commit 8285b1e

Browse files
committed
forgot changed iteration start number
1 parent efbe338 commit 8285b1e

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
@@ -109,7 +109,7 @@ function forwardVideo() {
109109
}
110110

111111
function setPlaylist() {
112-
if (videos.length > 1) {
112+
if (videos.length > 0) {
113113
var playlist = JSON.stringify(videos);
114114
playlist = window.btoa(playlist);
115115
playlist = encodeURIComponent(playlist);

0 commit comments

Comments
 (0)