mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-11 16:44:05 +02:00
Left goes to the left, right to the right
This commit is contained in:
@@ -408,7 +408,7 @@ Query::resultSorter( const result_ptr& left, const result_ptr& right )
|
|||||||
return !left->isPreview();
|
return !left->isPreview();
|
||||||
}
|
}
|
||||||
|
|
||||||
return right->resolvedBy()->weight() < left->resolvedBy()->weight();
|
return left->resolvedBy()->weight() > right->resolvedBy()->weight();
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( left->isPreview() != right->isPreview() )
|
if ( left->isPreview() != right->isPreview() )
|
||||||
|
Reference in New Issue
Block a user