mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 19:30:21 +02:00
* Fixed resolving top hits top-to-bottom.
This commit is contained in:
@@ -235,13 +235,13 @@ ArtistInfoWidget::infoSystemInfo( Tomahawk::InfoSystem::InfoRequestData requestD
|
||||
int i = 0;
|
||||
foreach ( const QString& track, tracks )
|
||||
{
|
||||
queries << Query::get( m_artist->name(), track, QString() );
|
||||
Pipeline::instance()->resolve( queries );
|
||||
queries << Query::get( m_artist->name(), track, QString(), QString(), false );
|
||||
|
||||
if ( ++i == 15 )
|
||||
break;
|
||||
}
|
||||
|
||||
Pipeline::instance()->resolve( queries );
|
||||
m_topHitsModel->append( queries );
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user