correct boolean attribute

This commit is contained in:
Feross Aboukhadijeh
2016-03-05 13:32:53 -08:00
parent cad740a88a
commit ff1d5a6bb0

View File

@@ -31,7 +31,7 @@ function Player (state, dispatch) {
<video
src="${state.server.localURL}"
onloadedmetadata=${onLoadedMetadata}
autoplay="true">
autoplay="autoplay">
</video>
</div>
${renderPlayerControls(state, dispatch)}