feat: backfill media metadata

This commit is contained in:
2025-01-27 21:48:57 +00:00
parent 201a3aaa49
commit 9f78c1a54f
6 changed files with 135 additions and 5 deletions

View File

@ -43,6 +43,7 @@ pub struct NewFileResult {
pub labels: Vec<FileLabel>,
}
#[derive(Clone)]
pub struct FileStore {
settings: Settings,
}