Commit 0db6aa8c authored by Rafaël Carré's avatar Rafaël Carré

extract early attachment:// art

parent 741b1824
......@@ -511,7 +511,7 @@ int playlist_PlayItem( playlist_t *p_playlist, playlist_item_t *p_item )
/* p_input->p_meta should not be null after a successfull CreateThread */
b_has_art = !EMPTY_STR( psz_arturl );
if( !b_has_art )
if( !b_has_art || strncmp( psz_arturl, "attachment://", 15 ) )
{
PL_DEBUG( "requesting art for %s", psz_name );
playlist_AskForArtEnqueue( p_playlist, p_input );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment