Skip to content

Commit

Permalink
Merge commit 'd5544daa3d9b471b382361d1d659b224c049b0d2' into public/8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mherger committed Mar 11, 2024
2 parents 5fc39a9 + d5544da commit 832b39b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Slim/Web/XMLBrowser.pm
Expand Up @@ -1001,7 +1001,7 @@ sub handleFeed {
my $name = $item->{'favorites_title'} || $item->{'name'};
my $icon = $item->{'favorites_icon'} || $item->{'image'} || $item->{'icon'} || Slim::Player::ProtocolHandlers->iconForURL($furl);

if ( $item->{'play'}
if ( ($item->{'play'} && !$item->{'favorites_type'})
|| ($type eq 'playlist' && $furl =~ /^(file|db):/)
) {
$type = 'audio';
Expand Down

0 comments on commit 832b39b

Please sign in to comment.