]> git.sesse.net Git - vlc/blobdiff - modules/demux/playlist/shoutcast.c
Revert [23949].
[vlc] / modules / demux / playlist / shoutcast.c
index 72457a22178d15fe4935746066a713eb67cc20de..9059da269db7caad7fcaa55bbcef1ab761d42d2d 100644 (file)
@@ -235,7 +235,7 @@ static int DemuxGenre( demux_t *p_demux )
                     input_ItemCopyOptions( p_sys->p_current_input,
                                                 p_input );
                     free( psz_mrl );
-                    input_ItemAddSubItem( p_sys->p_current_input, p_input, VLC_FALSE );
+                    input_ItemAddSubItem( p_sys->p_current_input, p_input );
                     vlc_gc_decref( p_input );
                     FREENULL( psz_name );
                 }
@@ -423,7 +423,7 @@ static int DemuxStation( demux_t *p_demux )
                         input_item_SetNowPlaying( p_input, psz_ct );
                     if( psz_rt )
                         input_item_SetRating( p_input, psz_rt );
-                    input_ItemAddSubItem( p_sys->p_current_input, p_input, VLC_FALSE );
+                    input_ItemAddSubItem( p_sys->p_current_input, p_input );
                     vlc_gc_decref( p_input );
                     FREENULL( psz_name );
                     FREENULL( psz_mt );