[go: nahoru, domu]

Skip to content

Commit

Permalink
feat(web): Adds sort order from album to shared album. (immich-app#10528
Browse files Browse the repository at this point in the history
)
  • Loading branch information
erathmus committed Jun 21, 2024
1 parent 42f3b50 commit 61a5d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/lib/components/album-page/album-viewer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
let { isViewing: showAssetViewer } = assetViewingStore;
const assetStore = new AssetStore({ albumId: album.id });
const assetStore = new AssetStore({ albumId: album.id, order: album.order });
const assetInteractionStore = createAssetInteractionStore();
const { isMultiSelectState, selectedAssets } = assetInteractionStore;
Expand Down

0 comments on commit 61a5d67

Please sign in to comment.