mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
fix(web): not displaying assets in album after adding shared user (#2804)
This commit is contained in:
@@ -159,6 +159,7 @@ export class AlbumRepository implements IAlbumRepository {
|
|||||||
relations: {
|
relations: {
|
||||||
owner: true,
|
owner: true,
|
||||||
sharedUsers: true,
|
sharedUsers: true,
|
||||||
|
assets: true,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user