Commit be017fb2 authored by Rémi Duraffort's avatar Rémi Duraffort

The playlist it not lock here.

parent ec32411a
......@@ -175,7 +175,7 @@ void Playtree::onAppend( playlist_add_t *p_add )
if( item == end() )
{
playlist_item_t *p_item = playlist_ItemGetById(
m_pPlaylist, p_add->i_item, true );
m_pPlaylist, p_add->i_item, false );
if( !p_item ) return;
UString *pName = new UString( getIntf(),
p_item->p_input->psz_name );
......
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