display folders

This commit is contained in:
m
2026-07-13 16:54:12 +02:00
parent c8f5935469
commit 07b03562b1
10 changed files with 78 additions and 15 deletions
+1
View File
@@ -176,6 +176,7 @@ func dbToModel(f db.File, dbTags []db.Tag) model.File {
StorageKey: f.StorageKey,
Checksum: f.Checksum,
OcrText: f.OcrText,
IsFolder: f.IsFolder,
ParentFileID: f.ParentFileID.String,
Tags: tags,
CreatedAt: f.CreatedAt.String(),