feat(ott-1453): add backward and forward buttons to stream player (#453)

keep-around/af30b88d367751c9e05a735e4a0467a96238ef47
Aleksey Miroshnichenko 4 years ago committed by GitHub
parent 0203ce0dba
commit 6a3704c1a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/features/StreamPlayer/index.tsx

@ -120,6 +120,8 @@ export const StreamPlayer = (props: Props) => {
<PlaybackTime>
{secondsToHms(playedProgress / 1000)}
</PlaybackTime>
<Backward onClick={rewindBackward}>{REWIND_SECONDS}</Backward>
<Forward onClick={rewindForward}>{REWIND_SECONDS}</Forward>
</ControlsGroup>
<ControlsGroup>
<Fullscreen

Loading…
Cancel
Save