Change design of audio players in web UI (#14095)
This commit is contained in:
@ -117,6 +117,7 @@ export default class DetailedStatus extends ImmutablePureComponent {
|
||||
src={attachment.get('url')}
|
||||
alt={attachment.get('description')}
|
||||
duration={attachment.getIn(['meta', 'original', 'duration'], 0)}
|
||||
poster={status.getIn(['account', 'avatar_static'])}
|
||||
height={110}
|
||||
preload
|
||||
/>
|
||||
|
Reference in New Issue
Block a user