Bugzilla – Bug 955
deleting a track from earlier in the playlist causes player to display wrong track
Last modified: 2008-08-18 10:53:01 UTC
if i use the web gui to delete a track from earlier in the current playlist, the squeezebox continues to play the current track, but its display switches to show the *next* track in the playlist. as far as i can tell, it continues to be off by one until you restart either the playlist or the player.
oop, i'm wrong-the track display rights itself when the subsequent track starts (but is still off by one for the length of the current track).
at March 9 build (6.0b1) this seems to stay on the proper track for the display, but it takes some time before the server updates to say that the current song is again "now playing (x of y)" as opposed to "playlist (x of y)"
adding this at line 1186 of Control::Command should solve this: Slim::Player::Playlist::refreshPlaylist($client) if $client->currentPlaylistModified(); this will take care of refreshing teh now playing screen any time the playlist is modified. will commit later tonight.
committed r2598