Use output buffering in "protected function doCurlCall" in file curl.php to prevent instant output which is not necessary because of return values available!
If this is changed, a developer can decide whether to output the row response from echonest or to process it any further.
Use output buffering in "protected function doCurlCall" in file curl.php to prevent instant output which is not necessary because of return values available!
If this is changed, a developer can decide whether to output the row response from echonest or to process it any further.