]> git.sesse.net Git - vlc/blobdiff - modules/demux/playlist/podcast.c
Revert [23949].
[vlc] / modules / demux / playlist / podcast.c
index c4fabb5ad1dd85f6721e59c6de8018494f9f5856..30ef2f493590ab511ae28e935bcdf6e07bdfe14a 100644 (file)
@@ -288,7 +288,7 @@ static int Demux( demux_t *p_demux )
                                                 "%s bytes",
                                                 psz_item_size );
                     }
-                    input_ItemAddSubItem( p_current_input, p_input, VLC_FALSE );
+                    input_ItemAddSubItem( p_current_input, p_input );
                     vlc_gc_decref( p_input );
                     FREENULL( psz_item_name );
                     FREENULL( psz_item_mrl );