--- Pages.pm 2005-09-14 14:20:41.000467000 -0700 +++ Slim/Web/Pages.pm 2005-09-14 14:19:29.625467000 -0700 @@ -543,12 +543,8 @@ sub playlist { $list_form{'itemobj'} = $track; if ($listBuild{'includeArtist'}) { - - if ($composerIn) { - $list_form{'artists'} = $track->contributors(); - } else { - $list_form{'artists'} = $track->artists(); - } + $list_form{'includeArtist'} = $listBuild{'includeArtist'}; + $list_form{'artist'} = $track->artists; } $params->{'playlist_items'} .= ${Slim::Web::HTTP::filltemplatefile("status_list.html", \%list_form)};