1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-09 15:47:38 +02:00

* Advance to HTTP results, again.

This commit is contained in:
Christian Muehlhaeuser
2011-03-19 07:41:04 +01:00
parent d3643636d2
commit d66f78bab0

View File

@@ -173,6 +173,10 @@ Query::checkResults()
// hook up signals, and check solved status // hook up signals, and check solved status
foreach( const result_ptr& rp, m_results ) 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() ) if ( !rp->collection().isNull() && rp->collection()->source()->isOnline() )
{ {
m_playable = true; m_playable = true;