File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
utils/video/video-thumbnail-generator Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -468,7 +468,7 @@ <h1 slot=seo-hdr class=visually-hidden>video thumbnail generator</h1>
468468
469469
470470 gen . png = async function ( w , h , secs ) {
471- console . log ( w , h , secs ) ;
471+ // console.log(w,h,secs);
472472 var fn = cur . file . filename ;
473473 var fn2 = fn . split ( '.' ) [ 0 ] ;
474474 var thumb = fn2 + `-${ w } x${ h } -${ secs } s.png` ;
@@ -528,6 +528,7 @@ <h1 slot=seo-hdr class=visually-hidden>video thumbnail generator</h1>
528528 results . append ( nitem ) ;
529529 chk . add ( results , `#${ id } ` ) ;
530530 list [ id ] = blob ;
531+ console . log ( id ) ;
531532
532533 function onload ( ) {
533534
@@ -546,6 +547,7 @@ <h1 slot=seo-hdr class=visually-hidden>video thumbnail generator</h1>
546547 function source ( ) {
547548
548549 var id = chk . read ( ) ;
550+ console . log ( id ) ;
549551 var blob = list [ id ] ;
550552 return blob ;
551553
You can’t perform that action at this time.
0 commit comments