]> git.sesse.net Git - vlc/blobdiff - modules/services_discovery/podcast.c
* Do not take and release the structure lock for each element of the list while
[vlc] / modules / services_discovery / podcast.c
index 3428f52ad21d5304aa0db7a67c8230e61dad653d..42f6574ab858a9ba8d10fea1652308f778ff0f30 100644 (file)
@@ -149,9 +149,9 @@ static int Open( vlc_object_t *p_this )
     }
 
     p_sys->p_node_cat = playlist_NodeCreate( p_playlist, _("Podcast"),
-                                         p_playlist->p_root_category );
+                                         p_playlist->p_root_category, 0 );
     p_sys->p_node_one = playlist_NodeCreate( p_playlist, _("Podcast"),
-                                         p_playlist->p_root_onelevel );
+                                         p_playlist->p_root_onelevel, 0 );
     p_sys->p_node_one->p_input->i_id = p_sys->p_node_cat->p_input->i_id;
 
     p_sys->p_node_one->i_flags |= PLAYLIST_RO_FLAG;