mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 03:40:16 +02:00
stylefix
This commit is contained in:
@@ -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 )
|
||||
|
Reference in New Issue
Block a user