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