mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 03:40:16 +02:00
* Improved resolving: be more careful when it comes to result similarity.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user