1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-23 01:09:42 +01:00
This commit is contained in:
Stefan Derkits 2013-01-17 16:21:16 +01:00
parent d4c7e8cc1b
commit 5389a4c0a0

View File

@ -476,7 +476,7 @@ EchonestGenerator::appendRadioType( Echonest::DynamicPlaylist::PlaylistParams& p
foreach( const dyncontrol_ptr& control, m_controls ) {
if ( control->selectedType() == "User Radio" )
someCatalog = true;
else if (control->selectedType() == "Genre" )
else if ( control->selectedType() == "Genre" )
genreType = true;
}
if( someCatalog )