Mobile: make double-tap match the arrow keys (+/-5s instead of 10s)
## Issue One of the items in 5865 Video shortcut issues This one is not really an issue, but it would be nice to match what the arrow keys are doing. Also, in slower regions, seeking 10s will almost always end up buffering.
This commit is contained in:
parent
f2d83cbf9d
commit
b0996d4d18
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ const defaults = {
|
|||
iOS: false,
|
||||
},
|
||||
touchControls: {
|
||||
seekSeconds: 10,
|
||||
seekSeconds: 5,
|
||||
tapTimeout: 300,
|
||||
disableOnEnd: false,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue