]> git.sesse.net Git - vlc/blobdiff - modules/demux/playlist/xspf.c
Preparse playlist items that don't have enough meta
[vlc] / modules / demux / playlist / xspf.c
index 83f8a592e9e3c67e8c83179b0be97770f7dc3563..7be83eb4614d51d36197fbfddaf9c6de5f3c9438 100644 (file)
@@ -481,7 +481,8 @@ static vlc_bool_t parse_track_node COMPLEX_INTERFACE
                     FREE_ATT();
                     playlist_BothAddInput( p_playlist, p_new_input,
                                            p_demux->p_sys->p_item_in_category,
-                                           PLAYLIST_APPEND, PLAYLIST_END );
+                                           PLAYLIST_APPEND | PLAYLIST_SPREPARSE,
+                                           PLAYLIST_END );
                     if( p_demux->p_sys->i_identifier <
                         p_demux->p_sys->i_tracklist_entries )
                     {