From 598192cf1300eb0d05a77d34edc6963b91ecc804 Mon Sep 17 00:00:00 2001 From: Anthony Date: Wed, 28 Jul 2021 12:50:40 +0200 Subject: [PATCH] add subtitle button back to videojs --- ui/component/viewers/videoViewer/internal/videojs.jsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ui/component/viewers/videoViewer/internal/videojs.jsx b/ui/component/viewers/videoViewer/internal/videojs.jsx index 8195a23ae..defe3bcc5 100644 --- a/ui/component/viewers/videoViewer/internal/videojs.jsx +++ b/ui/component/viewers/videoViewer/internal/videojs.jsx @@ -213,11 +213,6 @@ export default React.memo(function VideoJs(props: Props) { 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: { - subsCapsButton: false, - }, }; const tapToUnmuteRef = useRef();