Fix fast-forward control
fast-forward control doesn't work.
This commit is contained in:
2
src/js/controls.js
vendored
2
src/js/controls.js
vendored
@ -927,7 +927,7 @@ const controls = {
|
||||
|
||||
// Fast forward button
|
||||
if (this.config.controls.includes('fast-forward')) {
|
||||
container.appendChild(controls.createButton.call(this, 'fast-forward'));
|
||||
container.appendChild(controls.createButton.call(this, 'fastForward'));
|
||||
}
|
||||
|
||||
// Progress
|
||||
|
Reference in New Issue
Block a user