diff --git a/src/helpers/ffmpeg.ts b/src/helpers/ffmpeg.ts index 6589647..ac085b8 100644 --- a/src/helpers/ffmpeg.ts +++ b/src/helpers/ffmpeg.ts @@ -22,7 +22,7 @@ export async function getMetadata(filePath: string): Promise { export async function getThumbnail(filePath: string): Promise { const uuid = Bun.randomUUIDv7(); - const thumbPath = join(rootPath(), "downloads", "thumbnails", `${uuid}.jpg`); + const thumbPath = join(rootPath(), "thumbnails", `${uuid}.jpg`); return new Promise((resolve, reject) => { ffmpeg(filePath) .thumbnail({