diff --git a/media.db b/media.db index f623fbb..ccdadbb 100644 Binary files a/media.db and b/media.db differ diff --git a/src/app/folder-viewer/page.tsx b/src/app/folder-viewer/page.tsx index 58b9776..d1272d5 100644 --- a/src/app/folder-viewer/page.tsx +++ b/src/app/folder-viewer/page.tsx @@ -396,7 +396,7 @@ const FolderViewerPage = () => { ) : isMediaFile(item) ? ( -
+
{item.name} { count: 1, folder: path.dirname(thumbnailPath), filename: path.basename(thumbnailPath), - size: "320x240", + size: "320x?", // Maintain aspect ratio, width 320px timemarks: ["10%"] }); });