Commit e649d679 authored by Jakob Leben's avatar Jakob Leben

playlist: append input subitems to the end of parent item

parent dccd7a6b
......@@ -98,7 +98,7 @@ static void input_item_add_subitem_tree ( const vlc_event_t * p_event,
}
else
p_item = playlist_InsertInputItemTree( p_playlist, p_item,
p_new_root, 0, false );
p_new_root, p_item->i_children, false );
if( !b_flat ) var_SetAddress( p_playlist, "leaf-to-parent", p_input );
......
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