]> git.sesse.net Git - vlc/commitdiff
playlist/item.c: Make sure we lock when we send the playlist request.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Fri, 17 Aug 2007 10:26:48 +0000 (10:26 +0000)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Fri, 17 Aug 2007 10:26:48 +0000 (10:26 +0000)
src/playlist/item.c

index df17eebd67d02bcb807009823f653ab2248eff52..8bd367bc5746631329dee7386bb650bf85f37766 100644 (file)
@@ -64,7 +64,7 @@ static void input_item_subitem_added( const vlc_event_t * p_event,
     if( b_play )
     {
         playlist_Control( p_playlist, PLAYLIST_VIEWPLAY,
-                          VLC_TRUE, p_item_in_category, NULL );
+                          VLC_FALSE, p_item_in_category, NULL );
         vlc_object_release( p_playlist );
     }
 }