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