mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-20 07:49:42 +01:00
* Fixed always resolving top songs in DropJob.
This commit is contained in:
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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user