( PLModel::childrenCount() > 0 ) is not equivalent to ( playlist_item_t*->i_children > -1 ). This patch swaps former for latter which is a correct strict check wether an item is node.<br>