1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 15:59:42 +01:00

Make default artist type similar to, not limit to

This commit is contained in:
Leo Franchi 2011-10-12 20:57:23 -04:00
parent b4aedd606c
commit 8641222395

View File

@ -159,8 +159,8 @@ Tomahawk::EchonestControl::updateWidgets()
QComboBox* match = new QComboBox();
QLineEdit* input = new QLineEdit();
match->addItem( "Limit To", Echonest::DynamicPlaylist::ArtistType );
match->addItem( "Similar To", Echonest::DynamicPlaylist::ArtistRadioType );
match->addItem( "Limit To", Echonest::DynamicPlaylist::ArtistType );
m_matchString = match->currentText();
m_matchData = match->itemData( match->currentIndex() ).toString();