I've configured both `skipForwardSeconds` and `skipBackwardSeconds` like this: ``` player.skipForwardSeconds = 30 player.skipBackwardSeconds = 15 ``` but I've noticed that `handleSkipBackward` goes back 30 seconds, not 15.
I've configured both
skipForwardSecondsandskipBackwardSecondslike this:but I've noticed that
handleSkipBackwardgoes back 30 seconds, not 15.