about summary refs log tree commit diff
path: root/app/javascript/mastodon/components/video_player.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/javascript/mastodon/components/video_player.js')
-rw-r--r--app/javascript/mastodon/components/video_player.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/mastodon/components/video_player.js b/app/javascript/mastodon/components/video_player.js
index 29da769e0..66c3a64bc 100644
--- a/app/javascript/mastodon/components/video_player.js
+++ b/app/javascript/mastodon/components/video_player.js
@@ -184,7 +184,7 @@ class VideoPlayer extends React.PureComponent {
           ref={this.setRef}
           src={media.get('url')}
           autoPlay={!isIOS()}
-          loop={true}
+          loop
           muted={this.state.muted}
           onClick={this.handleVideoClick}
         />