mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-09 07:36:48 +02:00
* Fixed auto-resolving a station's queries.
This commit is contained in:
@@ -152,7 +152,6 @@ Pipeline::reportResults( QID qid, const QList< result_ptr >& results )
|
|||||||
}
|
}
|
||||||
|
|
||||||
state = m_qidsState.value( qid ) - 1;
|
state = m_qidsState.value( qid ) - 1;
|
||||||
|
|
||||||
if ( state )
|
if ( state )
|
||||||
{
|
{
|
||||||
qDebug() << Q_FUNC_INFO << "replacing" << qid << state;
|
qDebug() << Q_FUNC_INFO << "replacing" << qid << state;
|
||||||
|
@@ -285,7 +285,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() );
|
return Query::get( song.artistName(), song.title(), QString(), uuid() );
|
||||||
}
|
}
|
||||||
|
|
||||||
QWidget*
|
QWidget*
|
||||||
|
Reference in New Issue
Block a user