Replies: 1 comment
-
Sorry, I forgot to mention this happens after I change the queue using TrackPlayer.setQueue(), not after a TrackPlayer.skipToNext() |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have only one useTrackPlayerEvents in my app but PlaybackActiveTrackChanged event fires multiple times with different and wrong content each time. Same issue with deprecated PlaybackTrackChanged Event.
lastPosition is set to 0 the third time.
and the lastTrack is wrong. It is not the last active track. It is the track before the active track in the queue.
================== FIRST TIME =============
================== SECOND TIME =============
================== THIRD TIME =============
Beta Was this translation helpful? Give feedback.
All reactions