diff --git a/ui/component/viewers/videoViewer/internal/videojs-events.jsx b/ui/component/viewers/videoViewer/internal/videojs-events.jsx index efa15cbe0..eb0f04a89 100644 --- a/ui/component/viewers/videoViewer/internal/videojs-events.jsx +++ b/ui/component/viewers/videoViewer/internal/videojs-events.jsx @@ -17,7 +17,6 @@ const setLabel = (controlBar, childName, label) => { } }; -// $FlowFixMe const VideoJsEvents = ({ tapToUnmuteRef, tapToRetryRef, diff --git a/ui/component/viewers/videoViewer/internal/videojs.jsx b/ui/component/viewers/videoViewer/internal/videojs.jsx index e20889c36..2cb7d8b06 100644 --- a/ui/component/viewers/videoViewer/internal/videojs.jsx +++ b/ui/component/viewers/videoViewer/internal/videojs.jsx @@ -239,8 +239,6 @@ export default React.memo(function VideoJs(props: Props) { muted: startMuted, poster: poster, // thumb looks bad in app, and if autoplay, flashing poster is annoying plugins: { eventTracking: true, overlay: OVERLAY.OVERLAY_DATA }, - // fixes problem of errant CC button showing up on iOS - // the true fix here is to fix the m3u8 file, see: https://github.com/lbryio/lbry-desktop/pull/6315 controlBar: { currentTimeDisplay: !isLivestreamClaim, timeDivider: !isLivestreamClaim,