X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fgui%2Fmacosx%2Fwizard.m;h=25343046deed3e56994c3274e38cdad9bf0cc7dc;hb=494ace96d068ee8e4b6b689da0ae469c0c0e4fe3;hp=ee7a94ea84e297fa141a487e5586c8dda5f1bc77;hpb=a518149f3478fc8bc984b114a1821d0fd83cecab;p=vlc diff --git a/modules/gui/macosx/wizard.m b/modules/gui/macosx/wizard.m index ee7a94ea84..25343046de 100644 --- a/modules/gui/macosx/wizard.m +++ b/modules/gui/macosx/wizard.m @@ -1299,7 +1299,7 @@ static VLCWizard *_o_sharedInstance = nil; if( x == 0 ) { /* play the first item and add the others afterwards */ - playlist_item_t *p_item = playlist_ItemGetByInput( p_playlist, p_input, true ); + playlist_item_t *p_item = playlist_ItemGetByInput( p_playlist, p_input, pl_Locked ); playlist_Control( p_playlist, PLAYLIST_VIEWPLAY, true, NULL, p_item ); }