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:
parent
7b4c425ec5
commit
7ba8581ac3
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user