]> git.sesse.net Git - vlc/blobdiff - modules/demux/playlist/m3u.c
Preparse playlist items that don't have enough meta
[vlc] / modules / demux / playlist / m3u.c
index 124c4b86b4cfa525351a46a6f5fb8cd94974ada3..25e259454df0765e1eb2814c078c3a0ba30f10c8 100644 (file)
@@ -169,7 +169,8 @@ static int Demux( demux_t *p_demux )
                 input_ItemAddInfo( p_input, _(VLC_META_INFO_CAT),
                                         _(VLC_META_ARTIST), "%s", psz_artist );
             playlist_BothAddInput( p_playlist, p_input, p_item_in_category,
-                                   PLAYLIST_APPEND, PLAYLIST_END );
+                                   PLAYLIST_APPEND | PLAYLIST_SPREPARSE,
+                                   PLAYLIST_END );
             free( psz_mrl );
         }