Index: Slim/Player/Source.pm =================================================================== --- Slim/Player/Source.pm (revision 2826) +++ Slim/Player/Source.pm (working copy) @@ -976,7 +976,8 @@ $::d_source && msg("Song " . $last_song->{index} . " has now started playing\n"); $last_song->{status} = STATUS_PLAYING; } - + + $client->currentPlaylistChangeTime(time()); Slim::Player::Playlist::refreshPlaylist($client); Slim::Control::Command::executeCallback($client, ["newsong"]);