]> git.sesse.net Git - vlc/blobdiff - src/input/meta.c
module_need wants pointers and boolean so give NULL and false instead of 0.
[vlc] / src / input / meta.c
index 2123f997c59c3a23174bde1e3c28d2d280a3ea5f..a0863992b3720d0a952e47720fe70b2f1c608187 100644 (file)
@@ -165,7 +165,7 @@ int input_ArtFind( playlist_t *p_playlist, input_item_t *p_item )
     }
     free( psz_title );
 
-    p_module = module_need( p_playlist, "art finder", 0, false );
+    p_module = module_need( p_playlist, "art finder", NULL, false );
 
     if( p_module )
         i_ret = 1;