Skip to content

Commit

Permalink
fix(web): video player on Safari (immich-app#13242)
Browse files Browse the repository at this point in the history
  • Loading branch information
alextran1502 authored Oct 8, 2024
1 parent 60e0698 commit a11d454
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit a11d454

Please sign in to comment.