Feat videojs update (#519)

update video.js to 7.20.2
This commit is contained in:
Markos Gogoulos
2022-09-07 12:33:11 +03:00
committed by GitHub
parent 34c1a4e33e
commit de5bd07a90
34 changed files with 143011 additions and 23889 deletions

View File

@@ -39,9 +39,9 @@
{% block aftercontent %}{% endblock %}
{% if LOAD_FROM_CDN %}
<script src="https://vjs.zencdn.net/7.7.5/video.min.js"></script>
<script src="https://vjs.zencdn.net/7.20.2/video.min.js"></script>
{% else %}
<script src="{% static "lib/video-js/7.7.5/video.min.js" %}"></script>
<script src="{% static "lib/video-js/7.20.2/video.min.js" %}"></script>
{% endif %}
{% block externalscripts %}{% endblock externalscripts %}