Skip to content

Commit

Permalink
chore: fix dependancy
Browse files Browse the repository at this point in the history
  • Loading branch information
freeboub committed Sep 14, 2024
1 parent a5a2066 commit 57202e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Video.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ const Video = forwardRef<VideoRef, ReactVideoProps>(
textTracksAllowChunklessPreparation:
resolvedSource.textTracksAllowChunklessPreparation,
};
}, [drm, source, textTracks]);
}, [drm, source, textTracks, contentStartTime]);

const _selectedTextTrack = useMemo(() => {
if (!selectedTextTrack) {
Expand Down

0 comments on commit 57202e9

Please sign in to comment.