GNOME Bugzilla – Bug 601528
Play button doesn't work after finishing a playlist
Last modified: 2009-11-11 13:41:18 UTC
This bug was originally reported at https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/474155 Select an album, and play the very last song in it. Skip to the end of the track and wait for it to stop playing. Now if you select a song and press play, or press play again, or double click a song, or anything to tell it to play, the play button will push in, the album art will load and the song will get the "Playing" icon next to it, but it won't be playing. Toggling the play button will work around the issue.
Created attachment 147468 [details] [review] Reset the "current_track_finishing" flag at eos This fixes the bug. When we hit the end of the stream, the flag to handle gapless playback wasn't being cleared properly.
committed as d655375d6321ce91ba51cf0a5fe217333b62ad6b, thanks.