save changes

This commit is contained in:
2025-09-22 22:22:57 +02:00
parent e5a65114d1
commit 78584ce1b6
3 changed files with 28 additions and 4 deletions

View File

@ -406,7 +406,9 @@ async function generateImageForItem(item: PipelineItem, server: { baseUrl: strin
videoFileName,
server.baseUrl,
server.outputDir,
{ width: 1280, height: 720 }
{ width: 1280, height: 720 },
true,
false
);
if (videoPath) {