Commit 38b81595 authored by Clément Stenac's avatar Clément Stenac

Compile fix

parent 0900f110
......@@ -549,7 +549,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 );
p_item->p_input->i_id, VLC_TRUE );
}
else
{
......
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