Index: Slim/Formats/Parse.pm =================================================================== --- Slim/Formats/Parse.pm (revision 3650) +++ Slim/Formats/Parse.pm (working copy) @@ -841,6 +841,11 @@ for my $item (@$items) { my $enclosure = $item->{enclosure}; + + if (ref $enclosure eq 'ARRAY') { + $enclosure = $enclosure->[0]; + } + if ($enclosure) { if ($enclosure->{type} =~ /audio/) { push @urls, $enclosure->{url};