Fix hardcoded frame rate for frame by frame video navigation in web UI (#15198)
This commit is contained in:
parent
66832cbf33
commit
f970e1fab6
5 changed files with 21 additions and 1 deletions
|
@ -64,6 +64,7 @@ export default class VideoModal extends ImmutablePureComponent {
|
|||
<div className='video-modal__container'>
|
||||
<Video
|
||||
preview={media.get('preview_url')}
|
||||
frameRate={media.getIn(['meta', 'original', 'frame_rate'])}
|
||||
blurhash={media.get('blurhash')}
|
||||
src={media.get('url')}
|
||||
currentTime={options.startTime}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue