1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-21 08:19:42 +01:00

* Fix potential issue which caused Pipeline to get stuck.

This commit is contained in:
Christian Muehlhaeuser 2011-05-09 01:22:49 +02:00
parent 7b4c425ec5
commit 7ba8581ac3

View File

@ -312,7 +312,6 @@ Pipeline::shunt( const query_ptr& q )
qDebug() << "Reached end of pipeline for:" << q->toString();
setQIDState( q, 0 );
qDebug() << "Queries running:" << m_qidsState.count();
return;
}
shuntNext();