mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-10 16:14:40 +02:00
* Advance to HTTP results, again.
This commit is contained in:
@@ -173,6 +173,10 @@ Query::checkResults()
|
||||
// hook up signals, and check solved status
|
||||
foreach( const result_ptr& rp, m_results )
|
||||
{
|
||||
if ( rp->score() > 0.0 && rp->collection().isNull() )
|
||||
{
|
||||
m_playable = true;
|
||||
}
|
||||
if ( !rp->collection().isNull() && rp->collection()->source()->isOnline() )
|
||||
{
|
||||
m_playable = true;
|
||||
|
Reference in New Issue
Block a user