]> git.sesse.net Git - vlc/blobdiff - modules/demux/playlist/sgimb.c
Preparse playlist items that don't have enough meta
[vlc] / modules / demux / playlist / sgimb.c
index 9f00eac6e0234fc3263e42bbf870a21c3b11bc1e..cc3da442f913610b73f6b92432209f4de9069db2 100644 (file)
@@ -407,7 +407,7 @@ static int Demux ( demux_t *p_demux )
     }
 
     playlist_BothAddInput( p_playlist, p_child, p_item_in_category,
-                           PLAYLIST_APPEND, PLAYLIST_END );
+                           PLAYLIST_APPEND | PLAYLIST_SPREPARSE, PLAYLIST_END );
     HANDLE_PLAY_AND_RELEASE
     return -1; /* Needed for correct operation of go back */
 }