mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-21 16:29:43 +01:00
* Improved resolving: be more careful when it comes to result similarity.
This commit is contained in:
parent
530d9d7e5f
commit
95dccb8cf9
@ -286,7 +286,7 @@ Pipeline::reportResults( QID qid, const QList< result_ptr >& results )
|
||||
m_rids.insert( r->id(), r );
|
||||
}
|
||||
|
||||
if ( q->playable() && !q->isFullTextQuery() )
|
||||
if ( q->solved() && !q->isFullTextQuery() )
|
||||
{
|
||||
setQIDState( q, 0 );
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user