Index: Slim/Control/Command.pm =================================================================== --- Slim/Control/Command.pm (revision 4649) +++ Slim/Control/Command.pm (working copy) @@ -1567,7 +1567,7 @@ } else { # Bug 2271 - allow VA albums. - if (exists $find{'album.compilation'}) { + if (exists $find{'album.compilation'} && $find{'album.compilation'}) { delete $find{'artist'}; }