mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
fix(server): update asset with tagged people (#4000)
This commit is contained in:
parent
c1f4fe65bb
commit
15bfceb05a
2 changed files with 31 additions and 2 deletions
|
|
@ -149,7 +149,9 @@ export class AssetRepository implements IAssetRepository {
|
|||
owner: true,
|
||||
smartInfo: true,
|
||||
tags: true,
|
||||
faces: true,
|
||||
faces: {
|
||||
person: true,
|
||||
},
|
||||
},
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue