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:
infinite-persistence 2021-04-26 16:17:08 +08:00 committed by infinite-persistence
parent f2d83cbf9d
commit b0996d4d18

View file

@ -13,7 +13,7 @@ const defaults = {
iOS: false,
},
touchControls: {
seekSeconds: 10,
seekSeconds: 5,
tapTimeout: 300,
disableOnEnd: false,
},