Commit c595078b authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Replace playlist_NodesCreateForSD by playlist_NodesPairCreate in Bonjour SD according to [16656]

parent 4e88f3b2
......@@ -307,8 +307,9 @@ static int Open( vlc_object_t *p_this )
goto error;
}
playlist_NodesCreateForSD( p_sys->p_playlist, _("Bonjour"),
&p_sys->p_node_cat,&p_sys->p_node_one );
playlist_NodesCreate( p_sys->p_playlist, _("Bonjour"),
&p_sys->p_node_cat,&p_sys->p_node_one,
VLC_TRUE );
p_sd->pf_run = Run;
return VLC_SUCCESS;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment