mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
fix(server): correct media info (#508)
* fix(server): correct media info * fix(server): video metadata
This commit is contained in:
parent
da9aed5c11
commit
7f9f825589
3 changed files with 20 additions and 4 deletions
|
|
@ -23,6 +23,16 @@ export interface IVideoLengthExtractionProcessor {
|
|||
* The Asset entity that was saved in the database
|
||||
*/
|
||||
asset: AssetEntity;
|
||||
|
||||
/**
|
||||
* Original file name
|
||||
*/
|
||||
fileName: string;
|
||||
|
||||
/**
|
||||
* File size in byte
|
||||
*/
|
||||
fileSize: number;
|
||||
}
|
||||
|
||||
export interface IReverseGeocodingProcessor {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue