mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-21 16:29:43 +01:00
* Don't try to resolve search queries when appending them to the SearchWidget's TrackModel.
This commit is contained in:
parent
649d30e11b
commit
6d82ae0c4d
@ -94,6 +94,7 @@ SearchWidget::onResultsFound( const QList<Tomahawk::result_ptr>& results )
|
||||
rl << result;
|
||||
|
||||
Tomahawk::query_ptr q = result->toQuery();
|
||||
q->setResolveFinished( true );
|
||||
q->addResults( rl );
|
||||
qDebug() << result->toString();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user