Skip to content

Fixed crash when next/previous button is pressed when current song is about to finish.

Atharva Veer requested to merge (removed):iss375 into master

When the user wants to play a different track in this case when next/previous is triggered, player should be set back to NULL state, then the uri property should be set to the new location and then player be set to PLAYING state again.

Fixes #375 (closed)

Merge request reports