You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed an issue where first track is skipped after playback completes.
Calling next() and then playback.start() results in two attempts to load a file. The first fails due to the player not being prepared, which then causes onError() to be invoked, which tells the app to skip to the next track.
Resolvestimusus#415
0 commit comments