diff --git a/src/components/player/internals/ThumbnailScraper.tsx b/src/components/player/internals/ThumbnailScraper.tsx index 768ba181..4be50eac 100644 --- a/src/components/player/internals/ThumbnailScraper.tsx +++ b/src/components/player/internals/ThumbnailScraper.tsx @@ -92,6 +92,7 @@ class ThumnbnailWorker { ); const imgUrl = this.canvasEl.toDataURL(); if (this.interrupted) return; + if (imgUrl === "data:," || !imgUrl) return; // failed image rendering this.cb({ at,