diff --git a/src/libtomahawk/Query.cpp b/src/libtomahawk/Query.cpp index fab1d01f0..9b28ae9ca 100644 --- a/src/libtomahawk/Query.cpp +++ b/src/libtomahawk/Query.cpp @@ -413,6 +413,12 @@ Query::resultSorter( const result_ptr& left, const result_ptr& right ) { return true; }*/ + + if ( right->purchaseUrl().isEmpty() ) + { + return false; + } + if ( right->collection() && right->collection()->source()->isLocal() ) { return false;