]> git.sesse.net Git - vlc/commitdiff
meta.c: Previous commit credited to Ilkka Ollakka.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Sat, 18 Aug 2007 13:18:30 +0000 (13:18 +0000)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Sat, 18 Aug 2007 13:18:30 +0000 (13:18 +0000)
src/input/meta.c

index 3d910d28f5e78c02fed650732905fb5ffe65b939..afb48adf63a7308282f6c92772808d9faf7636d0 100644 (file)
@@ -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 );