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:
@@ -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 ) );
|
||||
|
Reference in New Issue
Block a user