rbackhouse / MaximumMPD

React Native based MPD Client for iOS and Android
MIT License
45 stars 4 forks source link

Investigate potential issues with the seek functionality #80

Closed rbackhouse closed 2 years ago

rbackhouse commented 2 years ago

Doing a seek for every slide event on the seek slider results in far more seek API calls than is needed. Changing the event that is tracked to be onSlidingComplete fixes the potential for the strange behavior that has been reported.

rbackhouse commented 2 years ago

Fix is available in version 5.3