mirror of
https://github.com/immich-app/immich.git
synced 2025-01-21 00:52:43 -05:00
fix(web): video player on Safari (#13242)
This commit is contained in:
parent
60e0698110
commit
a11d45458b
1 changed files with 1 additions and 2 deletions
|
@ -84,9 +84,8 @@
|
|||
muted={forceMuted || $videoViewerMuted}
|
||||
bind:volume={$videoViewerVolume}
|
||||
poster={getAssetThumbnailUrl({ id: assetId, size: AssetMediaSize.Preview, checksum })}
|
||||
src={assetFileUrl}
|
||||
>
|
||||
<source src={assetFileUrl} type="video/mp4" />
|
||||
<track kind="captions" />
|
||||
</video>
|
||||
|
||||
{#if isVideoLoading}
|
||||
|
|
Loading…
Add table
Reference in a new issue