Commit 38ebd66f authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* Fix OSX GUI after playlist API update

parent 750ec8a0
......@@ -855,7 +855,7 @@ NSLog( @"expandable" );
}
else
{
playlist_DeleteFromInput( p_playlist, p_item->p_input->i_id );
playlist_DeleteFromInput( p_playlist, p_item->p_input->i_id, VLC_FALSE );
}
}
[self playlistUpdated];
......
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