[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

@ -6,6 +6,7 @@ const player = new Plyr('#player-ply', {
'play',
'progress',
'current-time',
'duration',
'mute',
'volume',
'captions',
@ -15,6 +16,6 @@ const player = new Plyr('#player-ply', {
],
iconUrl: "/theme/modules/plyr/plyr.svg",
blankVideo: "/theme/modules/plyr/blank.webm",
debug: true,
debug: false,
});
// @license-end