fix: fps not being displayed in some cases

This commit is contained in:
Maze Winther 2026-02-08 21:49:32 +01:00
parent 0282ef2223
commit 681f006b35
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ export async function processMediaAssets({
width = videoInfo.width;
height = videoInfo.height;
fps = Number.isFinite(videoInfo.fps)
? Math.round(videoInfo.fps * 1000) / 1000
? Math.round(videoInfo.fps)
: undefined;
thumbnailUrl = await generateThumbnail({