feat: add date_taken field to media model and update related functionalities
This commit is contained in:
@@ -63,6 +63,7 @@ impl From<PostgresMedia> for Media {
|
||||
extracted_location: pg_media.extracted_location,
|
||||
width: pg_media.width,
|
||||
height: pg_media.height,
|
||||
date_taken: pg_media.date_taken,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user