1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-06 14:16:32 +02:00

also add a description for byStation

This commit is contained in:
Michael Zanetti
2013-06-29 22:00:01 +02:00
parent 1d9b76efbc
commit c161d5dc3d

View File

@@ -315,7 +315,7 @@ EchonestGenerator::startFromGenre( const QString& genre )
controlsMap[ "selectedType" ] = "echonest";
controlsMap[ "match" ] = QString::number( data.first );
controlsMap[ "input" ] = data.second;
controlsMap[ "summary" ] = "";
controlsMap[ "summary" ] = data.second;
controlsList << controlsMap;
params.append( Echonest::DynamicPlaylist::PlaylistParamData( Echonest::DynamicPlaylist::Type, Echonest::DynamicPlaylist::ArtistDescriptionType ) );