CC-2356 Default genre when uploading to Soundcloud doesn't work
somehow variable names must have changed.
This commit is contained in:
parent
27075ad369
commit
1f045c8c7b
|
@ -67,7 +67,7 @@ class ATSoundcloud {
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
$default_genre = Application_Model_Preference::GetSoundCloudGenre();
|
$default_genre = Application_Model_Preference::GetSoundCloudGenre();
|
||||||
if ($genre != "") {
|
if ($default_genre != "") {
|
||||||
$track_data['track[genre]'] = $default_genre;
|
$track_data['track[genre]'] = $default_genre;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue