mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
fix(server): live photo linking (#4253)
This commit is contained in:
parent
7cb78ed972
commit
c3d6d69262
3 changed files with 6 additions and 6 deletions
|
|
@ -317,7 +317,7 @@ export class MetadataService {
|
|||
iso: validate(tags.ISO),
|
||||
latitude: validate(tags.GPSLatitude),
|
||||
lensModel: tags.LensModel ?? null,
|
||||
livePhotoCID: (asset.type === AssetType.VIDEO ? tags.ContentIdentifier : tags.MediaGroupUUID) ?? null,
|
||||
livePhotoCID: (tags.ContentIdentifier || tags.MediaGroupUUID) ?? null,
|
||||
longitude: validate(tags.GPSLongitude),
|
||||
make: tags.Make ?? null,
|
||||
model: tags.Model ?? null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue