mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-07 06:36:55 +02:00
Don't resolve a query twice. EchonestGenerator no longer gives out auto-resolving queries, resolve your own.
This commit is contained in:
@@ -412,7 +412,7 @@ query_ptr
|
|||||||
EchonestGenerator::queryFromSong( const Echonest::Song& song )
|
EchonestGenerator::queryFromSong( const Echonest::Song& song )
|
||||||
{
|
{
|
||||||
// track[ "album" ] = song.release(); // TODO should we include it? can be quite specific
|
// track[ "album" ] = song.release(); // TODO should we include it? can be quite specific
|
||||||
return Query::get( song.artistName(), song.title(), QString(), uuid() );
|
return Query::get( song.artistName(), song.title(), QString(), uuid(), false );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user