Skip to content

Commit 5073eb8

Browse files
save file
1 parent 867c353 commit 5073eb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ <h1 slot=seo-hdr class=visually-hidden>video thumbnail generator</h1>
527527
$(nitem,'.size').textContent = hs(blob.size);
528528
results.append(nitem);
529529
chk.add(results,`#${id}`);
530-
list[blob.name] = blob;
530+
list[id] = blob;
531531

532532
function onload(){
533533

0 commit comments

Comments
 (0)