mirror of
https://github.com/immich-app/immich.git
synced 2025-06-06 21:38:26 +02:00
fix(web): add photos to album (#18166)
This commit is contained in:
parent
96743b6c33
commit
eace0f716d
1 changed files with 2 additions and 0 deletions
|
@ -57,6 +57,7 @@
|
||||||
import {
|
import {
|
||||||
AlbumUserRole,
|
AlbumUserRole,
|
||||||
AssetOrder,
|
AssetOrder,
|
||||||
|
AssetVisibility,
|
||||||
addAssetsToAlbum,
|
addAssetsToAlbum,
|
||||||
addUsersToAlbum,
|
addUsersToAlbum,
|
||||||
deleteAlbum,
|
deleteAlbum,
|
||||||
|
@ -373,6 +374,7 @@
|
||||||
void assetStore.updateOptions({ albumId, order: albumOrder });
|
void assetStore.updateOptions({ albumId, order: albumOrder });
|
||||||
} else if (viewMode === AlbumPageViewMode.SELECT_ASSETS) {
|
} else if (viewMode === AlbumPageViewMode.SELECT_ASSETS) {
|
||||||
void assetStore.updateOptions({
|
void assetStore.updateOptions({
|
||||||
|
visibility: AssetVisibility.Timeline,
|
||||||
withPartners: true,
|
withPartners: true,
|
||||||
timelineAlbumId: albumId,
|
timelineAlbumId: albumId,
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue