This commit is contained in:
Igor Gassmann 2018-02-25 15:18:03 -05:00
parent 9ad6676a4f
commit 019926059e

View file

@ -48,7 +48,7 @@ class VideoPlayer extends React.PureComponent {
player.append( player.append(
this.file(), this.file(),
container, container,
{ autoplay: false, controls: true }, { autoplay: true, controls: true },
renderMediaCallback.bind(this) renderMediaCallback.bind(this)
); );
} }