1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 11:20:22 +02:00

Link script collection results to their collection

This commit is contained in:
Dominik Schmidt
2014-12-06 14:21:53 +01:00
parent f0e1248e3d
commit 7e9cb98154

View File

@@ -233,6 +233,7 @@ JSResolverHelper::addAlbumTrackResults( const QVariantMap& results )
foreach ( const Tomahawk::result_ptr& result, tracks )
{
result->setScore( 1.0 );
result->setCollection( collection );
queries.append( result->toQuery() );
}