fix URL icons for plyr

This commit is contained in:
Jesús 2019-04-13 13:38:20 -05:00
parent 876650fd3e
commit e965f6b410
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766
3 changed files with 4 additions and 4 deletions

View File

@ -3521,9 +3521,9 @@ typeof navigator === "object" && (function (global, factory) {
// Sprite (for icons) // Sprite (for icons)
loadSprite: true, loadSprite: true,
iconPrefix: 'plyr', iconPrefix: 'plyr',
iconUrl: '../theme/modules/plyr/plyr.svg', iconUrl: '/theme/modules/plyr/plyr.svg',
// Blank video (used to prevent errors on source change) // Blank video (used to prevent errors on source change)
blankVideo: '../theme/modules/plyr/blank.mp4', blankVideo: '/theme/modules/plyr/blank.mp4',
// Quality default // Quality default
quality: { quality: {
default: 576, default: 576,

File diff suppressed because one or more lines are too long

View File

@ -201,7 +201,7 @@
{% block extend_js %} {% block extend_js %}
<!-- Plyr --> <!-- Plyr -->
<script src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/modules/plyr/plyr.min.js" <script src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/modules/plyr/plyr.min.js"
integrity="sha512-5LTPChkWfom9XmQ+T2/MfSTBirVqZf7g/7OM80kuLVcSg2aSzjVuivWhTWQaVA9B/V+fCtnLQuPoeXu3WoG4vA=="></script> integrity="sha512-Ci6lyxuIH1x0UIgsxN5MBKtQJ6PnR4iQwgMwVOeMjs8IzH7cTyBe7lsTjYqT6s53SXpc83qbvXBCEvWFgjH73A=="></script>
<script src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/js/play.js" <script src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/js/play.js"
integrity="sha512-BN/U40V0xjbqvTnUUjG/FcqGUeUmmulDL6WF+uqVx8a4wRwaJQrEU/gg17P6wAiC3WhDCNxUvn9/NS65LvuJCg=="></script> integrity="sha512-BN/U40V0xjbqvTnUUjG/FcqGUeUmmulDL6WF+uqVx8a4wRwaJQrEU/gg17P6wAiC3WhDCNxUvn9/NS65LvuJCg=="></script>
<!-- /Plyr --> <!-- /Plyr -->