Audio: fix timeline jitter caused by Audio player

This commit is contained in:
Alex Gleason 2021-09-27 15:28:34 -05:00
parent 997375a927
commit f8065543f2
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -418,6 +418,8 @@ class Status extends ImmutablePureComponent {
<Component
src={audio.get('url')}
alt={audio.get('description')}
width={this.props.cachedMediaWidth}
height={263}
inline
sensitive={status.get('sensitive')}
cacheWidth={this.props.cacheMediaWidth}