Index: Slim/Web/XMLBrowser.pm =================================================================== --- Slim/Web/XMLBrowser.pm (revision 8037) +++ Slim/Web/XMLBrowser.pm (working copy) @@ -90,7 +90,7 @@ } ); # select the proper list of items - my @index = split /\./, $stash->{'index'} || ''; + my @index = split /\./, $stash->{'index'}; if ( scalar @index ) {