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