Commit 06a16a44 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

Fix previous commit.

parent 65fff5df
...@@ -144,7 +144,7 @@ static int Open( vlc_object_t *p_this, int i_type ) ...@@ -144,7 +144,7 @@ static int Open( vlc_object_t *p_this, int i_type )
*****************************************************************************/ *****************************************************************************/
static void Run( services_discovery_t *p_sd ) static void Run( services_discovery_t *p_sd )
{ {
p_sys->p_input->b_prefers_tree = VLC_TRUE; p_sd->p_sys->p_input->b_prefers_tree = VLC_TRUE;
services_discovery_AddItem( p_sd, p_sd->p_sys->p_input, NULL /* no category */ ); services_discovery_AddItem( p_sd, p_sd->p_sys->p_input, NULL /* no category */ );
input_Read( pl_Yield(p_sd), p_sd->p_sys->p_input, VLC_FALSE ); input_Read( pl_Yield(p_sd), p_sd->p_sys->p_input, VLC_FALSE );
......
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