]> git.sesse.net Git - vlc/blobdiff - src/control/media_discoverer.c
libvlc_media_*: remove a bunch of useless exception parameters
[vlc] / src / control / media_discoverer.c
index e4482de9e595ab59b22df7c20717366280eb2d72..0a3123e5d041c5d344ba46e0e6fcff077d615157 100644 (file)
@@ -80,7 +80,7 @@ static void services_discovery_item_added( const vlc_event_t * p_event,
         {
             libvlc_media_t * p_catmd;
             p_catmd = libvlc_media_new_as_node( p_mdis->p_libvlc_instance, psz_cat, NULL );
-            p_mlist = libvlc_media_subitems( p_catmd, NULL );
+            p_mlist = libvlc_media_subitems( p_catmd );
             p_mlist->b_read_only = true;
 
             /* Insert the newly created mlist in our dictionary */