]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/qt4.cpp
Use PLAYLIST_PLAY instead of PLAYLIST_AUTOPLAY.
[vlc] / modules / gui / qt4 / qt4.cpp
index 40fce2fa4eea5c7b62fcf9606f0bafab058035e9..8deeca222eb10f375ca3d42e28260d09872b3e7f 100644 (file)
@@ -347,7 +347,7 @@ static void Init( intf_thread_t *p_intf )
     /* Start playing if needed */
     if( !p_intf->pf_show_dialog && p_intf->b_play )
     {
-        playlist_Control( THEPL, PLAYLIST_AUTOPLAY, VLC_FALSE );
+        playlist_Control( THEPL, PLAYLIST_PLAY, VLC_FALSE );
     }
 
     /* Explain to the core how to show a dialog :D */