Skip to content

Commit

Permalink
Pass true to the function
Browse files Browse the repository at this point in the history
  • Loading branch information
miko committed Feb 12, 2025
1 parent 63f05c3 commit 435229b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/component/viewers/videoViewer/internal/videojs.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ export default React.memo<Props>(function VideoJs(props: Props) {
button="link"
icon={ICONS.REFRESH}
className="video-js--tap-to-unmute"
onClick={retryVideoAfterFailure}
onClick={() => retryVideoAfterFailure(true)}
ref={tapToRetryRef}
/>
</div>
Expand Down

0 comments on commit 435229b

Please sign in to comment.