Commit 3e9e18a2 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* Fix Mac autoplay behaviour for SD playlistitems. (refs #8)

parent e86193cb
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment