1
0
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:
Hugo Lindström
2012-07-22 20:45:00 +02:00
parent 76a8e2b2b2
commit e46a5f307f

View File

@@ -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;
}