Migration general theme: fix video player method in javascript

This commit is contained in:
Jesús
2020-12-15 22:34:45 -05:00
parent b9a3082e7c
commit 97f00efa8a

View File

@@ -45,7 +45,7 @@
{% if time_start != 0 %}
<script>
document.querySelector('js-video-player').currentTime = {{ time_start|tojson }};
document.getElementById('js-video-player').currentTime = {{ time_start|tojson }};
</script>
{% endif %}
{% endif %}