lovegaoshi / KotlinAudio

KotlinAudio is an Android audio player written in Kotlin, making it simpler to work with audio playback from streams and files.
Apache License 2.0
0 stars 2 forks source link

fix: onCustomActions #12

Closed lovegaoshi closed 1 year ago

lovegaoshi commented 1 year ago

rewind, forward and stop are all implemented as customActions, not through ForwardingPlayer. Now RNTP's remoteJumpForward will work