app/javascript/mastodon/components/media_gallery.js: Remove audio-looping
This commit is contained in:
parent
db3b8a1341
commit
c772b5cbed
1 changed files with 0 additions and 1 deletions
|
@ -158,7 +158,6 @@ class Item extends React.PureComponent {
|
|||
aria-label={attachment.get('description')}
|
||||
role='application'
|
||||
src={attachment.get('url')}
|
||||
loop
|
||||
controls
|
||||
/>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue