Index: Slim/Web/Pages.pm =================================================================== --- Slim/Web/Pages.pm (revision 3633) +++ Slim/Web/Pages.pm (working copy) @@ -124,9 +124,12 @@ $form->{'includeArtist'} = ($webFormat !~ /ARTIST/); $form->{'includeAlbum'} = ($webFormat !~ /ALBUM/) ; $form->{'item'} = $id; - $form->{'itempath'} = $url; + $form->{'itempath'} = $url; $form->{'itemobj'} = $item; + $form->{'noArtist'} = Slim::Utils::Strings::string('NO_ARTIST'); + $form->{'noAlbum'} = Slim::Utils::Strings::string('NO_ALBUM'); + my $Imports = Slim::Music::Import::importers(); for my $mixer (keys %{$Imports}) { @@ -1039,7 +1054,7 @@ $params->{'playlist_items'} = ''; $params->{'myClientState'} = $client; $params->{'noArtist'} = Slim::Utils::Strings::string('NO_ARTIST'); - $params->{'noAlbum'} = Slim::Utils::Strings::string('NO_ALBUM');; + $params->{'noAlbum'} = Slim::Utils::Strings::string('NO_ALBUM'); my $needIdleStreams = Slim::Player::Client::needIdleStreams(); @@ -1635,9 +1650,9 @@ # XXX - is this the right thing to do? # For artwork browsing - we want to display the album. - if (my $transform = $info->{'nameTransform'}) { - push @levels, $transform; - } + #if (my $transform = $info->{'nameTransform'}) { + # push @levels, $transform; + #} # If we don't have this check, we'll create a massive query # for each level in the hierarchy, even though it's not needed