[play.js]: update

This commit is contained in:
Jesús 2021-08-21 16:20:28 -05:00
parent 68eb07e540
commit b79c94afcc
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -1,20 +1,21 @@
// @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&dn=gpl-3.0.txt GPL-v3-or-Later
const player = new Plyr('#player-ply', {
captions: { active: true, language: 'es' },
controls: [
'play-large',
'play',
'progress',
'current-time',
'mute',
'volume',
'captions',
'settings',
'download',
'fullscreen'
],
iconUrl: "/theme/modules/plyr/plyr.svg",
blankVideo: "/theme/modules/plyr/blank.webm",
debug: true,
captions: { active: true, language: 'es' },
controls: [
'play-large',
'play',
'progress',
'current-time',
'duration',
'mute',
'volume',
'captions',
'settings',
'download',
'fullscreen'
],
iconUrl: "/theme/modules/plyr/plyr.svg",
blankVideo: "/theme/modules/plyr/blank.webm",
debug: false,
});
// @license-end