1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 07:49:42 +01:00

Increment job count when creating a new xspf job

This commit is contained in:
Leo Franchi 2011-11-20 14:25:53 -05:00
parent 52df44c40c
commit 14f75a0f8c

View File

@ -459,6 +459,7 @@ DropJob::handleXspfs( const QString& fileUrls )
{
qDebug() << Q_FUNC_INFO << "Trying to append xspf";
connect( l, SIGNAL( tracks( QList<Tomahawk::query_ptr> ) ), this, SLOT( onTracksAdded( QList< Tomahawk::query_ptr > ) ) );
m_queryCount++;
}