]> git.sesse.net Git - vlc/blobdiff - modules/gui/ncurses.c
Use pl_Locked and pl_Unlocked.
[vlc] / modules / gui / ncurses.c
index 45a580a7b1dc9bd4dd5dda7025fd75957df7b4ba..1d4bfe96dca3b116a89622a6ee20c772886e48d8 100644 (file)
@@ -679,7 +679,7 @@ static int HandleKey( intf_thread_t *p_intf, int i_key )
                 if( p_item->i_children == -1 )
                 {
                     playlist_DeleteFromInput( p_playlist,
-                                              p_item->p_input->i_id, true );
+                                              p_item->p_input->i_id, pl_Locked );
                 }
                 else
                 {