1
0
mirror of https://github.com/immich-app/immich.git synced 2025-06-27 05:11:11 +02: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

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}