mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 05:37:29 +02:00
Make default artist type similar to, not limit to
This commit is contained in:
@@ -159,8 +159,8 @@ Tomahawk::EchonestControl::updateWidgets()
|
|||||||
QComboBox* match = new QComboBox();
|
QComboBox* match = new QComboBox();
|
||||||
QLineEdit* input = new QLineEdit();
|
QLineEdit* input = new QLineEdit();
|
||||||
|
|
||||||
match->addItem( "Limit To", Echonest::DynamicPlaylist::ArtistType );
|
|
||||||
match->addItem( "Similar To", Echonest::DynamicPlaylist::ArtistRadioType );
|
match->addItem( "Similar To", Echonest::DynamicPlaylist::ArtistRadioType );
|
||||||
|
match->addItem( "Limit To", Echonest::DynamicPlaylist::ArtistType );
|
||||||
m_matchString = match->currentText();
|
m_matchString = match->currentText();
|
||||||
m_matchData = match->itemData( match->currentIndex() ).toString();
|
m_matchData = match->itemData( match->currentIndex() ).toString();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user