diff --git a/airtime_mvc/application/models/Soundcloud.php b/airtime_mvc/application/models/Soundcloud.php index 388907dbc..5e17049b6 100644 --- a/airtime_mvc/application/models/Soundcloud.php +++ b/airtime_mvc/application/models/Soundcloud.php @@ -67,7 +67,7 @@ class ATSoundcloud { } else { $default_genre = Application_Model_Preference::GetSoundCloudGenre(); - if ($genre != "") { + if ($default_genre != "") { $track_data['track[genre]'] = $default_genre; } }