]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/intf.m
Remove PLAYLIST_AUTOPLAY and use PLAYLIST_PLAY instead. Fix #1477
[vlc] / modules / gui / macosx / intf.m
index 18381cb43173397796c6e05d2e64c165f5ad65d4..9d87106c8d9b9b008988e7e04c6227c889c4b076 100644 (file)
@@ -553,7 +553,7 @@ static VLCMain *_o_sharedMainInstance = nil;
     /* Check if we need to start playing */
     if( p_intf->b_play )
     {
-        playlist_Control( p_playlist, PLAYLIST_AUTOPLAY, VLC_FALSE );
+        playlist_Control( p_playlist, PLAYLIST_PLAY, VLC_FALSE );
     }
     var_Create( p_playlist, "fullscreen", VLC_VAR_BOOL | VLC_VAR_DOINHERIT);
     val.b_bool = VLC_FALSE;