]> git.sesse.net Git - vlc/blobdiff - src/control/media.c
Remove some exceptions in media_list
[vlc] / src / control / media.c
index 2456a49feb59b01662e828777e84fffd7077d690..e082e1a94ea77e28cf1202636a218cb0dc10af1a 100644 (file)
@@ -106,7 +106,7 @@ static void input_item_subitem_added( const vlc_event_t *p_event,
     }
     if( p_md->p_subitems )
     {
-        libvlc_media_list_add_media( p_md->p_subitems, p_md_child, NULL );
+        libvlc_media_list_add_media( p_md->p_subitems, p_md_child );
     }
 
     /* Construct the event */