From 95dccb8cf9ed099203924923feaf41964cc96bd1 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Tue, 22 May 2012 08:07:07 +0200 Subject: [PATCH] * Improved resolving: be more careful when it comes to result similarity. --- src/libtomahawk/Pipeline.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libtomahawk/Pipeline.cpp b/src/libtomahawk/Pipeline.cpp index 205a9e7aa..c3fd08114 100644 --- a/src/libtomahawk/Pipeline.cpp +++ b/src/libtomahawk/Pipeline.cpp @@ -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;