diff options
Diffstat (limited to 'server/helpers/ffmpeg-utils.ts')
-rw-r--r-- | server/helpers/ffmpeg-utils.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/helpers/ffmpeg-utils.ts b/server/helpers/ffmpeg-utils.ts index c35125ec1..913a90905 100644 --- a/server/helpers/ffmpeg-utils.ts +++ b/server/helpers/ffmpeg-utils.ts | |||
@@ -25,7 +25,7 @@ function getDurationFromVideoFile (path: string) { | |||
25 | }) | 25 | }) |
26 | } | 26 | } |
27 | 27 | ||
28 | function generateImageFromVideoFile (fromPath: string, folder: string, imageName: string, size?: string) { | 28 | function generateImageFromVideoFile (fromPath: string, folder: string, imageName: string, size: string) { |
29 | const options = { | 29 | const options = { |
30 | filename: imageName, | 30 | filename: imageName, |
31 | count: 1, | 31 | count: 1, |