]> git.sesse.net Git - vlc/blobdiff - modules/access/cdda.c
Fix playlist crasher and simplify a few things
[vlc] / modules / access / cdda.c
index 76cb40991ee98a53429d2088aeed82d5a80c9ba6..9576c2be571961d813c0bb8f5d60a11843d4fc10 100644 (file)
@@ -291,9 +291,8 @@ static int Open( vlc_object_t *p_this )
 
     if( b_play )
     {
-          playlist_Control( p_playlist, PLAYLIST_VIEWPLAY, 1242,
+          playlist_Control( p_playlist, PLAYLIST_VIEWPLAY,
                             p_playlist->request.p_node, NULL );
-//        playlist_Play( p_playlist );
     }
 
     if( p_playlist ) vlc_object_release( p_playlist );