Index: Slim/Web/Pages.pm =================================================================== --- Slim/Web/Pages.pm (revision 2598) +++ Slim/Web/Pages.pm (working copy) @@ -2084,7 +2084,7 @@ my $anchor = substr($itemsort, 0, 1); - if ($lastAnchor && $lastAnchor ne $anchor) { + if ($lastAnchor ne $anchor) { $list_form{'anchor'} = $lastAnchor = $anchor; }