added button download
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
document.addEventListener('DOMContentLoaded', () => {
|
||||
const player = new Plyr(document.getElementById('player-ply'));
|
||||
const player = new Plyr(document.getElementById('player-ply'), {
|
||||
controls: [
|
||||
'play',
|
||||
'progress',
|
||||
'current-time',
|
||||
'mute',
|
||||
'volume',
|
||||
'captions',
|
||||
'settings',
|
||||
'download'
|
||||
]
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user