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

also add a description for byStation

This commit is contained in:
Michael Zanetti
2013-06-29 22:00:01 +02:00
parent fd2d0a53ed
commit d09fe0a5d6

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 ) );