Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Galpittel committed Dec 31, 2024
1 parent 1f8bfdb commit cd65555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gallery/src/components/item/videos/videoItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class VideoItem extends React.Component {
}

shouldUseHlsPlayer() {
return this.isHLSVideo() && !utils.isiOS();
return this.isHLSVideo(); // && !utils.isiOS();
}

shouldForceVideoForHLS() {
Expand Down

0 comments on commit cd65555

Please sign in to comment.