mirror of
https://github.com/immich-app/immich.git
synced 2025-07-09 03:04:16 -04:00
fix(web): add photos to album (#18166)
This commit is contained in:
parent
96743b6c33
commit
eace0f716d
@ -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…
x
Reference in New Issue
Block a user