mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 08:53:48 +01:00
fix: missing file name parameter (#8820)
This commit is contained in:
parent
2bee52733b
commit
ad858dd2e3
@ -24,7 +24,7 @@ export async function GenerateVideoThumbnail(source: string): Promise<IImage> {
|
||||
});
|
||||
|
||||
// JPEGに変換 (Webpでもいいが、MastodonはWebpをサポートせず表示できなくなる)
|
||||
return await convertToJpeg(498, 280);
|
||||
return await convertToJpeg(file, 498, 280);
|
||||
} finally {
|
||||
cleanup();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user