Remove orphaned comment and unnecessary flow marker

Was confused on which part of the code this was referring to, but turns our `subCaps` was recently removed.
This commit is contained in:
infinite-persistence 2022-05-02 14:10:35 +08:00 committed by Thomas Zarebczan
parent c5e185fa6d
commit 9fd890cfc2
2 changed files with 0 additions and 3 deletions

View file

@ -17,7 +17,6 @@ const setLabel = (controlBar, childName, label) => {
}
};
// $FlowFixMe
const VideoJsEvents = ({
tapToUnmuteRef,
tapToRetryRef,

View file

@ -239,8 +239,6 @@ export default React.memo<Props>(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,