mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
This reverts commit 53fb3a36f7.
This commit is contained in:
parent
318fba6c97
commit
db67093391
5 changed files with 105 additions and 55 deletions
|
|
@ -304,7 +304,7 @@
|
|||
on:onVideoEnded={() => (shouldPlayMotionPhoto = false)}
|
||||
/>
|
||||
{:else}
|
||||
<PhotoViewer {publicSharedKey} {asset} on:close={closeViewer} />
|
||||
<PhotoViewer {publicSharedKey} assetId={asset.id} on:close={closeViewer} />
|
||||
{/if}
|
||||
{:else}
|
||||
<VideoViewer {publicSharedKey} assetId={asset.id} on:close={closeViewer} />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue