Commit 9399329f authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

macosx: Fix a dead lock.

parent 7e97924c
...@@ -852,7 +852,7 @@ ...@@ -852,7 +852,7 @@
((playlist_item_t *)[o_item pointerValue]) ((playlist_item_t *)[o_item pointerValue])
checkItemExistence: NO locked:YES] == YES ) checkItemExistence: NO locked:YES] == YES )
// if current item is in selected node and is playing then stop playlist // if current item is in selected node and is playing then stop playlist
playlist_Stop( p_playlist ); playlist_Control(p_playlist, PLAYLIST_STOP, pl_Locked );
playlist_NodeDelete( p_playlist, p_item, true, false ); playlist_NodeDelete( p_playlist, p_item, true, false );
} }
......
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