]> git.sesse.net Git - vlc/blobdiff - modules/demux/playlist/asx.c
Preparse playlist items that don't have enough meta
[vlc] / modules / demux / playlist / asx.c
index 472d225a014baf6af3c5d95ec56dc4727899f2ad..a3d44aeaa4ad800876921294f78ae9575d9d9f24 100644 (file)
@@ -370,8 +370,8 @@ static int Demux( demux_t *p_demux )
                             input_ItemCopyOptions( p_current->p_input, p_input );
                             playlist_BothAddInput( p_playlist, p_input,
                                                    p_item_in_category,
-                                                   PLAYLIST_APPEND,
-                                                   PLAYLIST_END );
+                                            PLAYLIST_APPEND|PLAYLIST_SPREPARSE,
+                                            PLAYLIST_END );
                             free( psz_string );
                         }
                         else continue;
@@ -450,7 +450,8 @@ static int Demux( demux_t *p_demux )
                             if( psz_abstract_entry ) vlc_meta_SetDescription( p_entry->p_meta, psz_abstract_entry );
                             playlist_BothAddInput( p_playlist, p_entry,
                                                  p_item_in_category,
-                                                 PLAYLIST_APPEND, PLAYLIST_END);
+                                                 PLAYLIST_APPEND | PLAYLIST_SPREPARSE
+                                                 , PLAYLIST_END);
                             free( psz_string );
                         }
                         else continue;