app/javascript/mastodon/components/media_gallery.js: Remove audio-looping

This commit is contained in:
Haelwenn (lanodan) Monnier 2018-08-26 20:46:52 +02:00
parent db3b8a1341
commit c772b5cbed
No known key found for this signature in database
GPG key ID: D5B7A8E43C997DEE

View file

@ -158,7 +158,6 @@ class Item extends React.PureComponent {
aria-label={attachment.get('description')}
role='application'
src={attachment.get('url')}
loop
controls
/>
</div>