Skip to content

Commit 14af0e5

Browse files
save file
1 parent ea1f860 commit 14af0e5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

utils/video/video-thumbnail-generator/video-thumbnail-generator.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -546,9 +546,8 @@ <h1 slot=seo-hdr class=visually-hidden>video thumbnail generator</h1>
546546

547547
function source(){
548548

549-
var id = chk.read();
550-
console.log(id);
551-
var blob = list[id];
549+
var chk2 = chk.read();
550+
var blob = list[chk2.id];
552551
return blob;
553552

554553
}//source

0 commit comments

Comments
 (0)