]> git.sesse.net Git - vlc/blobdiff - modules/demux/playlist/playlist.h
Fix playlist crasher and simplify a few things
[vlc] / modules / demux / playlist / playlist.h
index 3103ae8d71965ef4cef43acbefe7c64bd2e64922..288f56cf0b364d5969bbb699957ec148b10a914f 100644 (file)
@@ -83,7 +83,7 @@ void E_(Close_Shoutcast) ( vlc_object_t * );
     if( b_play && p_playlist->status.p_item && \
                   p_playlist->status.p_item->i_children > 0 ) \
     { \
-        playlist_Control( p_playlist, PLAYLIST_VIEWPLAY, 1242, \
+        playlist_Control( p_playlist, PLAYLIST_VIEWPLAY,  \
                           p_playlist->status.p_item, NULL ); \
     } \
     vlc_object_release( p_playlist );