mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-23 01:09:42 +01:00
stylefix
This commit is contained in:
parent
d4c7e8cc1b
commit
5389a4c0a0
@ -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 )
|
||||
|
Loading…
x
Reference in New Issue
Block a user