mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-08 15:16:34 +02:00
Set resulthint from resolver lookups
This commit is contained in:
@@ -337,6 +337,9 @@ SpotifyParser::playlistListingResult( const QString& msgType, const QVariantMap&
|
||||
if ( q.isNull() )
|
||||
continue;
|
||||
|
||||
if( !trackMap.value( "id" ).toString().isEmpty() )
|
||||
q->setResultHint( trackMap.value( "id" ).toString() );
|
||||
|
||||
m_tracks << q;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user