Commit cf6e0b83 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

playlist/item.c: Make sure we lock when we send the playlist request.

parent aa76b6c6
......@@ -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 );
}
}
......
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