Fix file metadata save

This commit is contained in:
Christoph Hagen
2026-01-08 22:40:25 +01:00
parent 07ba77e337
commit 57fa5aa3dd
3 changed files with 13 additions and 0 deletions

View File

@@ -108,6 +108,9 @@ struct AddFileView: View {
content.add(resource)
selectedFile = resource
}
// We need to ensure that the metadata file is written to disk directly
content.saveUnconditionally()
content.generateMissingVideoThumbnails()
dismiss()
}