[play.js]: update
This commit is contained in:
parent
68eb07e540
commit
b79c94afcc
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user