mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-21 00:09:47 +01:00
Link script collection results to their collection
This commit is contained in:
parent
f0e1248e3d
commit
7e9cb98154
@ -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() );
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user