add thumbnail generation

This commit is contained in:
2026-03-25 16:59:09 -04:00
parent 90528c4768
commit bf54b45fa1
9 changed files with 317 additions and 39 deletions

View File

@@ -22,6 +22,7 @@ export interface FileEntry {
type: 'file' | 'directory'
mediaType: MediaType | null
url: string | null
thumbnailUrl: string | null
}
export interface DirectoryListing {