Index: Slim/Buttons/BrowseDB.pm =================================================================== --- Slim/Buttons/BrowseDB.pm (revision 3144) +++ Slim/Buttons/BrowseDB.pm (working copy) @@ -168,7 +168,7 @@ } # Else if we pick a single song else { - my $album = $client->param('album'); + my $album = ${$client->param('findCriteria')}{'album'}; # In some cases just deal with the song individually if ($addorinsert || !$album || !Slim::Utils::Prefs::get('playtrackalbum')) {