Index: Slim/Web/Pages.pm =================================================================== --- Slim/Web/Pages.pm (revision 3473) +++ Slim/Web/Pages.pm (working copy) @@ -401,7 +413,7 @@ my $terms = shift; my $type = shift || 'contributor'; - return $ds->find($type, { "contributor.namesort" => $terms }, 'contributor'); + return $ds->find($type, { "contributor.namesort" => $terms }, $type); }, 'listItem' => sub {