aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
diff options
context:
space:
mode:
Diffstat (limited to 'server')
-rw-r--r--server/helpers/image-utils.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/helpers/image-utils.ts b/server/helpers/image-utils.ts
index f86f7216d..7b77e694a 100644
--- a/server/helpers/image-utils.ts
+++ b/server/helpers/image-utils.ts
@@ -51,7 +51,7 @@ async function generateImageFromVideoFile (options: {
51 const pendingImagePath = join(folder, pendingImageName) 51 const pendingImagePath = join(folder, pendingImageName)
52 52
53 try { 53 try {
54 await generateThumbnailFromVideo({ fromPath, folder, imageName }) 54 await generateThumbnailFromVideo({ fromPath, output: pendingImagePath })
55 55
56 const destination = join(folder, imageName) 56 const destination = join(folder, imageName)
57 await processImage({ path: pendingImagePath, destination, newSize: size }) 57 await processImage({ path: pendingImagePath, destination, newSize: size })