Commit 65fff5df authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

modules/services_discovery/shout.c: (Thanks ileoo) Revert by tree view on shout.

parent e9fc538b
......@@ -144,6 +144,7 @@ static int Open( vlc_object_t *p_this, int i_type )
*****************************************************************************/
static void Run( services_discovery_t *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 */ );
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