mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 03:40:16 +02:00
* Fix potential issue which caused Pipeline to get stuck.
This commit is contained in:
@@ -312,7 +312,6 @@ Pipeline::shunt( const query_ptr& q )
|
|||||||
qDebug() << "Reached end of pipeline for:" << q->toString();
|
qDebug() << "Reached end of pipeline for:" << q->toString();
|
||||||
setQIDState( q, 0 );
|
setQIDState( q, 0 );
|
||||||
qDebug() << "Queries running:" << m_qidsState.count();
|
qDebug() << "Queries running:" << m_qidsState.count();
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
shuntNext();
|
shuntNext();
|
||||||
|
Reference in New Issue
Block a user