mirror of
https://github.com/immich-app/immich.git
synced 2025-01-04 02:46:47 +01:00
fix(web): not displaying assets in album after adding shared user (#2804)
This commit is contained in:
parent
74429798e2
commit
1cd5df7558
1 changed files with 1 additions and 0 deletions
|
@ -159,6 +159,7 @@ export class AlbumRepository implements IAlbumRepository {
|
||||||
relations: {
|
relations: {
|
||||||
owner: true,
|
owner: true,
|
||||||
sharedUsers: true,
|
sharedUsers: true,
|
||||||
|
assets: true,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue