add subtitle button back to videojs

This commit is contained in:
Anthony 2021-07-28 12:50:40 +02:00
parent 2a69c42e5b
commit 598192cf13
No known key found for this signature in database
GPG key ID: C386D3C93D50E356

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();