Commit 8927c888 authored by Jakob Leben's avatar Jakob Leben

playlist: restore stop and browse behavior like before

parent e5ca8a9b
......@@ -100,8 +100,9 @@ static void input_item_add_subitem_tree ( const vlc_event_t * p_event,
p_item = playlist_InsertInputItemTree( p_playlist, p_item,
p_new_root, 0, false );
if( !b_flat ) var_SetAddress( p_playlist, "leaf-to-parent", p_input );
if( b_stop )
if( b_stop && !b_flat )
{
PL_UNLOCK;
playlist_Stop( 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