Commit 1f7cabaf authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

playlist/items.c: Add a left over that might prevent art/meta from being...

playlist/items.c: Add a left over that might prevent art/meta from being fetched. Reported by ileoo.
parent 4d9440ec
......@@ -83,6 +83,7 @@ static void input_item_subitem_added( const vlc_event_t * p_event,
{
p_item_in_category = playlist_ItemToNode( p_playlist,
p_item_in_category, VLC_TRUE );
p_item_in_category->p_input->i_type = ITEM_TYPE_PLAYLIST;
}
playlist_BothAddInput( p_playlist, p_child, p_item_in_category,
......
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