[play.js]: update
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user