From 75e9f3c2e3333d8310d0875a27f9ba8d645ddd30 Mon Sep 17 00:00:00 2001 From: Saad Shahd Date: Tue, 20 Mar 2018 15:20:34 +0200 Subject: Fix fast-forward control fast-forward control doesn't work. --- src/js/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/js/utils.js') diff --git a/src/js/utils.js b/src/js/utils.js index 593e2bca..eaa3db1c 100644 --- a/src/js/utils.js +++ b/src/js/utils.js @@ -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), -- cgit v1.2.3