]> git.sesse.net Git - vlc/commitdiff
playlist/items.c: Add a left over that might prevent art/meta from being fetched...
authorPierre d'Herbemont <pdherbemont@videolan.org>
Sun, 26 Aug 2007 15:45:30 +0000 (15:45 +0000)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Sun, 26 Aug 2007 15:45:30 +0000 (15:45 +0000)
src/playlist/item.c

index cceb5f5e8c8ef50db1484b9490584a7dd2b05bf7..936677850102441e2f3a5141cbadfcf027549815 100644 (file)
@@ -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,