mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
* Fixed always resolving top songs in DropJob.
This commit is contained in:
committed by
Michael Zanetti
parent
bb72c3efb2
commit
13db62b71c
@@ -429,7 +429,7 @@ DropJob::infoSystemInfo( Tomahawk::InfoSystem::InfoRequestData requestData, QVar
|
||||
foreach ( const QVariant& title, output.toMap().value( "tracks" ).toList() )
|
||||
{
|
||||
qDebug() << "got title" << title;
|
||||
results << Query::get( artist, title.toString(), QString() );
|
||||
results << Query::get( artist, title.toString(), QString(), uuid() );
|
||||
}
|
||||
|
||||
onTracksAdded( results );
|
||||
|
Reference in New Issue
Block a user