feat-1322 merge conflict correction attempt 2

pull/6266/head
Kent Anderson 2024-03-20 23:57:11 -05:00
parent 58ded18910
commit a202935f57
1 changed files with 0 additions and 1 deletions

View File

@ -101,7 +101,6 @@ function generateLocalVideoMiniature (options: {
videoFile: MVideoFile
types: ThumbnailType_Type[]
ffprobe: FfprobeData
timecode?: number
}): Promise<MThumbnail[]> {
const { video, videoFile, types, ffprobe, timecode } = options