Fix fast-forward control

fast-forward control doesn't work.
This commit is contained in:
Saad Shahd
2018-03-20 15:20:34 +02:00
parent bb7eea27e5
commit 75e9f3c2e3
3 changed files with 3 additions and 3 deletions

View File

@ -440,7 +440,7 @@ const utils = {
pause: utils.getElement.call(this, this.config.selectors.buttons.pause),
restart: utils.getElement.call(this, this.config.selectors.buttons.restart),
rewind: utils.getElement.call(this, this.config.selectors.buttons.rewind),
forward: utils.getElement.call(this, this.config.selectors.buttons.forward),
fastForward: utils.getElement.call(this, this.config.selectors.buttons.fastForward),
mute: utils.getElement.call(this, this.config.selectors.buttons.mute),
pip: utils.getElement.call(this, this.config.selectors.buttons.pip),
airplay: utils.getElement.call(this, this.config.selectors.buttons.airplay),