plyr: remove sourceMappingURL=plyr.min.js.map

This commit is contained in:
Jesús 2021-08-31 21:00:43 -05:00
parent 12561c0ed3
commit 1632ab5cda
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766
2 changed files with 1 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -242,7 +242,7 @@
{% if settings.use_video_player == 2 %}
<!-- plyr -->
<script src="/youtube.com/static/modules/plyr/plyr.min.js"
integrity="sha512-LxSGuB4I2iAln3VLWi8t3RYhEks4/2rtcCw6kqiBghbqBJHXg5ikpeRxEOm0luiIuKDiqwNI3rsCXI/d+MPPAA=="
integrity="sha512-0JWbXvmMLCb9fsWBlcStfEdREgVEpfT0lSgJ5JemQXZJUE5W33gnLmUqxyww7xT8ESgA+YtAtBbn8O3tgYnSQg=="
crossorigin="anonymous"></script>
<script src="/youtube.com/static/js/plyr-start.js"></script>
<!-- /plyr -->