diff --git a/src/components/player/internals/ThumbnailScraper.tsx b/src/components/player/internals/ThumbnailScraper.tsx index e4f9ac08..84b974c3 100644 --- a/src/components/player/internals/ThumbnailScraper.tsx +++ b/src/components/player/internals/ThumbnailScraper.tsx @@ -88,7 +88,7 @@ class ThumnbnailWorker { // TODO make a queue based on refinement algorithm - const queue = [0.5, 0.25, 0.75]; + const queue = [0.5, 0, 1, 0.25, 0.75]; for (let i = 0; i < queue.length; i += 1) { if (this.interrupted) return; await this.takeSnapshot(vid.duration * queue[i]);