update comment

This commit is contained in:
Anthony 2021-06-25 18:26:00 +02:00 committed by Thomas Zarebczan
parent ab13b23cef
commit 312c561529

View file

@ -201,7 +201,7 @@ export default React.memo<Props>(function VideoJs(props: Props) {
overlay: OVERLAY.OVERLAY_DATA, overlay: OVERLAY.OVERLAY_DATA,
}, },
// fixes problem of errant CC button showing up on iOS // fixes problem of errant CC button showing up on iOS
// TODO: find the source of why the button recently began to show up on iOS // the true fix here is to fix the m3u8 file, see: https://github.com/lbryio/lbry-desktop/pull/6315
controlBar: { controlBar: {
subsCapsButton: false, subsCapsButton: false,
}, },