]> git.sesse.net Git - vlc/commitdiff
modules/services_discovery/shout.c: (Thanks ileoo) Revert by tree view on shout.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Tue, 21 Aug 2007 11:59:40 +0000 (11:59 +0000)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Tue, 21 Aug 2007 11:59:40 +0000 (11:59 +0000)
modules/services_discovery/shout.c

index e8391748af75e35051a50c16319cba762424ea91..6f73729f573f418e4a4d139124a9ce8a0893b61f 100644 (file)
@@ -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 );