X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fgui%2Fncurses.c;h=45a580a7b1dc9bd4dd5dda7025fd75957df7b4ba;hb=ee7537e77ae5c190881227db774a1eee6c1c7aa8;hp=dd9b9b204f33844c79d7ea902029df71b8a3560c;hpb=bd8145b408e9d70d0e861cfabb6e440c95cc6ad1;p=vlc diff --git a/modules/gui/ncurses.c b/modules/gui/ncurses.c index dd9b9b204f..45a580a7b1 100644 --- a/modules/gui/ncurses.c +++ b/modules/gui/ncurses.c @@ -711,7 +711,7 @@ static int HandleKey( intf_thread_t *p_intf, int i_key ) while( p_parent->p_parent ) p_parent = p_parent->p_parent; playlist_Control( p_playlist, PLAYLIST_VIEWPLAY, - false, p_parent, p_item ); + pl_Unlocked, p_parent, p_item ); } else if( p_sys->pp_plist[p_sys->i_box_plidx]->p_item->i_children == 0 ) @@ -722,7 +722,7 @@ static int HandleKey( intf_thread_t *p_intf, int i_key ) else { p_sys->p_node = p_sys->pp_plist[p_sys->i_box_plidx]->p_item; - playlist_Control( p_playlist, PLAYLIST_VIEWPLAY, false, + playlist_Control( p_playlist, PLAYLIST_VIEWPLAY, pl_Unlocked, p_sys->pp_plist[p_sys->i_box_plidx]->p_item, NULL ); } b_box_plidx_follow = true;