0
0
Fork 0

Fix hardcoded frame rate for frame by frame video navigation in web UI (#15198)

This commit is contained in:
Eugen Rochko 2020-11-21 23:19:04 +01:00 committed by GitHub
parent 66832cbf33
commit f970e1fab6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 21 additions and 1 deletions

View file

@ -391,6 +391,7 @@ class Status extends ImmutablePureComponent {
{Component => (
<Component
preview={attachment.get('preview_url')}
frameRate={attachment.getIn(['meta', 'original', 'frame_rate'])}
blurhash={attachment.get('blurhash')}
src={attachment.get('url')}
alt={attachment.get('description')}