mirror of
https://github.com/immich-app/immich.git
synced 2026-03-01 18:19:10 +03:00
feat(server): read Android and Sony video camera make/model (#16678)
* feat(server): read Android and Sony video camera exif data * Remove a logger line
This commit is contained in:
@@ -63,6 +63,14 @@ export interface ImmichTags extends Omit<Tags, TagsWithWrongTypes> {
|
||||
Name?: string;
|
||||
}[];
|
||||
};
|
||||
|
||||
Device?: {
|
||||
Manufacturer?: string;
|
||||
ModelName?: string;
|
||||
};
|
||||
|
||||
AndroidMake?: string;
|
||||
AndroidModel?: string;
|
||||
}
|
||||
|
||||
@Injectable()
|
||||
|
||||
Reference in New Issue
Block a user