mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-09 07:36:48 +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 ) {
|
foreach( const dyncontrol_ptr& control, m_controls ) {
|
||||||
if ( control->selectedType() == "User Radio" )
|
if ( control->selectedType() == "User Radio" )
|
||||||
someCatalog = true;
|
someCatalog = true;
|
||||||
else if (control->selectedType() == "Genre" )
|
else if ( control->selectedType() == "Genre" )
|
||||||
genreType = true;
|
genreType = true;
|
||||||
}
|
}
|
||||||
if( someCatalog )
|
if( someCatalog )
|
||||||
|
Reference in New Issue
Block a user