Skip to content

Commit

Permalink
latest from spotify-web-api
Browse files Browse the repository at this point in the history
  • Loading branch information
vdesabou committed Jul 22, 2016
1 parent 74df348 commit 7ac9eef
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -814,7 +814,7 @@ public function getRecommendations($options = array())
$options = (array) $options;

array_walk($options, function (&$value, $key) {
if (strpos($key, 'seed_') !== false) {
if (substr($key, 0, 5) == 'seed_') {
$value = implode(',', $value);
}
});
Expand Down

0 comments on commit 7ac9eef

Please sign in to comment.