SwiftAudioPlayer icon indicating copy to clipboard operation
SwiftAudioPlayer copied to clipboard

handleSkipBackward going back incorrect number of seconds

Open pietrorea opened this issue 2 years ago • 1 comments

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.

pietrorea avatar Dec 10 '22 04:12 pietrorea

Opened PR https://github.com/tanhakabir/SwiftAudioPlayer/pull/179 to fix this

pietrorea avatar Dec 10 '22 04:12 pietrorea