]> git.sesse.net Git - vlc/blobdiff - modules/demux/playlist/shoutcast.c
Preparse playlist items that don't have enough meta
[vlc] / modules / demux / playlist / shoutcast.c
index 199f8d024849c099043c0452bdce1eef425409f5..2bad421f079055f4df42df79fa8ab6655ad77b9c 100644 (file)
@@ -242,7 +242,8 @@ static int DemuxGenre( demux_t *p_demux )
                     free( psz_mrl );
                     playlist_BothAddInput( p_sys->p_playlist, p_input,
                                            p_sys->p_item_in_category,
-                                           PLAYLIST_APPEND, PLAYLIST_END );
+                                           PLAYLIST_APPEND | PLAYLIST_SPREPARSE,
+                                           PLAYLIST_END );
                     FREENULL( psz_name );
                 }
                 FREENULL( psz_eltname );
@@ -433,7 +434,8 @@ static int DemuxStation( demux_t *p_demux )
 
                     playlist_BothAddInput( p_sys->p_playlist, p_input,
                                            p_sys->p_item_in_category,
-                                           PLAYLIST_APPEND, PLAYLIST_END );
+                                           PLAYLIST_APPEND | PLAYLIST_SPREPARSE,
+                                           PLAYLIST_END );
 
                     FREENULL( psz_name );
                     FREENULL( psz_mt )