]> git.sesse.net Git - vlc/commitdiff
* Fix Mac autoplay behaviour for SD playlistitems. (refs #8)
authorDerk-Jan Hartman <hartman@videolan.org>
Mon, 12 Sep 2005 20:47:34 +0000 (20:47 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Mon, 12 Sep 2005 20:47:34 +0000 (20:47 +0000)
modules/gui/macosx/intf.m

index 37417ec1da958f65ddc0b63fcb8614acb3bd1075..8fa441b17ec23b8f636e538ceeee50d75a41ac0b 100644 (file)
@@ -419,7 +419,7 @@ static VLCMain *_o_sharedMainInstance = nil;
         /* Check if we need to start playing */
         if( p_intf->b_play )
         {
-            playlist_Play( p_playlist );
+            playlist_LockControl( p_playlist, PLAYLIST_AUTOPLAY );
         }
         var_Create( p_playlist, "fullscreen", VLC_VAR_BOOL | VLC_VAR_DOINHERIT);
         val.b_bool = VLC_FALSE;