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:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user