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
After a little investigation it looks like the playPause() method set the $autoplay property to true instead of the $selective property (which is the one set to true in the play method). It looks like the problem comes from here.
When I set playPause(true) the player continues with the next track once the currently played track has ended.
The text was updated successfully, but these errors were encountered: