diff --git a/src/libtomahawk/Query.cpp b/src/libtomahawk/Query.cpp index 65b0aff7f..bfa4a2f3d 100644 --- a/src/libtomahawk/Query.cpp +++ b/src/libtomahawk/Query.cpp @@ -408,7 +408,7 @@ Query::resultSorter( const result_ptr& left, const result_ptr& right ) return !left->isPreview(); } - return right->resolvedBy()->weight() < left->resolvedBy()->weight(); + return left->resolvedBy()->weight() > right->resolvedBy()->weight(); } if ( left->isPreview() != right->isPreview() )