Index: Slim/Player/Client.pm =================================================================== --- Slim/Player/Client.pm (revision 3036) +++ Slim/Player/Client.pm (working copy) @@ -924,7 +924,7 @@ $currsong = 0; - Slim::Player::Source::streamingSongIndex($client,$currsong); + Slim::Player::Source::streamingSongIndex($client,$currsong, 1); } elsif (Slim::Player::Playlist::shuffle($client) == 2) { # reshuffle set this properly, for album shuffle @@ -936,7 +936,7 @@ elsif ($currsong >= Slim::Player::Playlist::count($client)) { $currsong = Slim::Player::Playlist::count($client) - 1; } - Slim::Player::Source::streamingSongIndex($client,$currsong); + Slim::Player::Source::streamingSongIndex($client,$currsong, 1); } Slim::Utils::Prefs::clientSet($client,'currentSong',$currsong);