0
Fork 0
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:
Alex 2024-10-08 11:42:19 +07:00 committed by GitHub
parent 60e0698110
commit a11d45458b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}