fix(server): extract make/model from sony video files (#26833)

Co-authored-by: Your Name <brendan.ngo@okendo.io>
Co-authored-by: Daniel Dietzler <mail@ddietzler.dev>
This commit is contained in:
Brendan Ngo
2026-03-12 04:29:37 +11:00
committed by GitHub
parent e45308b949
commit 0a79dd1228
3 changed files with 11 additions and 2 deletions

View File

@@ -72,6 +72,8 @@ export interface ImmichTags extends Omit<Tags, TagsWithWrongTypes> {
AndroidMake?: string;
AndroidModel?: string;
DeviceManufacturer?: string;
DeviceModelName?: string;
}
@Injectable()