mirror of
https://github.com/immich-app/immich.git
synced 2025-05-27 20:29: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 {
|
||||
AlbumUserRole,
|
||||
AssetOrder,
|
||||
AssetVisibility,
|
||||
addAssetsToAlbum,
|
||||
addUsersToAlbum,
|
||||
deleteAlbum,
|
||||
|
@ -373,6 +374,7 @@
|
|||
void assetStore.updateOptions({ albumId, order: albumOrder });
|
||||
} else if (viewMode === AlbumPageViewMode.SELECT_ASSETS) {
|
||||
void assetStore.updateOptions({
|
||||
visibility: AssetVisibility.Timeline,
|
||||
withPartners: true,
|
||||
timelineAlbumId: albumId,
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue