Index: Slim/Web/XMLBrowser.pm =================================================================== --- Slim/Web/XMLBrowser.pm (revision 32466) +++ Slim/Web/XMLBrowser.pm (working copy) @@ -117,7 +117,7 @@ if ( !$query ) { my $index = $asyncArgs->[1]->{index}; - ($query) = $index =~ m/^_([^.]+)/; + ($query) = $index =~ m/^(?:[a-f0-9]{8})?_([^.]+)/; $query = uri_unescape( $query ) if $query; }