Commit 13495399 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

meta.c: Previous commit credited to Ilkka Ollakka.

parent 79d9aaf6
......@@ -337,7 +337,7 @@ int input_DownloadAndCacheArt( playlist_t *p_playlist, input_item_t *p_item )
else if( p_item->psz_name )
psz_title = ArtCacheCreateString( p_item->psz_name );
if( !psz_title || (!psz_album && !psz_artist) )
if( !psz_title || ( !psz_artist && !psz_album) )
{
free( psz_title );
free( psz_album );
......
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