Skip to content

Commit a11d454

Browse files
authored
fix(web): video player on Safari (immich-app#13242)
1 parent 60e0698 commit a11d454

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

web/src/lib/components/asset-viewer/video-native-viewer.svelte

+1-2
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,8 @@
8484
muted={forceMuted || $videoViewerMuted}
8585
bind:volume={$videoViewerVolume}
8686
poster={getAssetThumbnailUrl({ id: assetId, size: AssetMediaSize.Preview, checksum })}
87+
src={assetFileUrl}
8788
>
88-
<source src={assetFileUrl} type="video/mp4" />
89-
<track kind="captions" />
9089
</video>
9190

9291
{#if isVideoLoading}

0 commit comments

Comments
 (0)