mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-11 08:34:34 +02:00
* Fixed fulltext querying.
This commit is contained in:
@@ -351,7 +351,6 @@ ScriptResolver::resolve( const Tomahawk::query_ptr& query )
|
||||
if ( query->isFullTextQuery() )
|
||||
{
|
||||
m.insert( "fulltext", query->fullTextQuery() );
|
||||
m.insert( "artist", query->queryTrack()->artist() );
|
||||
m.insert( "track", query->fullTextQuery() );
|
||||
m.insert( "qid", query->id() );
|
||||
}
|
||||
|
Reference in New Issue
Block a user