Compare commits

...

1 commit

Author SHA1 Message Date
Anthony
598192cf13
add subtitle button back to videojs 2021-07-28 12:50:40 +02:00

View file

@ -213,11 +213,6 @@ export default React.memo<Props>(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();