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

@@ -283,7 +283,7 @@ const defaults = {
pause: '[data-plyr="pause"]',
restart: '[data-plyr="restart"]',
rewind: '[data-plyr="rewind"]',
forward: '[data-plyr="fast-forward"]',
fastForward: '[data-plyr="fast-forward"]',
mute: '[data-plyr="mute"]',
captions: '[data-plyr="captions"]',
fullscreen: '[data-plyr="fullscreen"]',