Index: Slim/Buttons/Playlist.pm =================================================================== --- Slim/Buttons/Playlist.pm (revision 2598) +++ Slim/Buttons/Playlist.pm (working copy) @@ -180,7 +180,7 @@ my $client = shift; my $pos = shift; - if (Slim::Buttons::Common::mode($client) eq 'playlist') { + if (Slim::Buttons::Common::mode($client) eq 'playlist' || showingNowPlaying($client)) { if (!defined($pos)) { $pos = Slim::Player::Source::playingSongIndex($client); }