Commit 4a5e824a authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: correctly play after drag and drop

Close #9502
parent db0f37ab
......@@ -105,7 +105,7 @@ void ActionsManager::doAction( int id_action )
void ActionsManager::play()
{
if( THEPL->current.i_size == 0 )
if( THEPL->current.i_size == 0 && THEPL->items.i_size == 0 )
{
/* The playlist is empty, open a file requester */
THEDP->openFileDialog();
......
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