mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
* Make sure onResolvingFinished gets called.
This commit is contained in:
@@ -275,6 +275,8 @@ Pipeline::shunt( const query_ptr& q )
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
setQIDState( q, 0 );
|
setQIDState( q, 0 );
|
||||||
|
if ( !q->solved() || q->isFullTextQuery() )
|
||||||
|
q->onResolvingFinished();
|
||||||
}
|
}
|
||||||
|
|
||||||
shuntNext();
|
shuntNext();
|
||||||
|
Reference in New Issue
Block a user