Skip to content

Commit c61df86

Browse files
committed
fix: ensure screenshots are queued
1 parent 240eefe commit c61df86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gatsby-transformer-video/src/gatsby-node.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ exports.createResolvers = async (
287287
width: { type: GraphQLInt, defaultValue: 600 },
288288
},
289289
resolve: (video, fieldArgs) =>
290-
ffmpeg.takeScreenshots(video, fieldArgs, {
290+
ffmpeg.queueTakeScreenshots(video, fieldArgs, {
291291
getCache,
292292
createNode,
293293
createNodeId,

0 commit comments

Comments
 (0)