Skip to content

Commit f3b45df

Browse files
committed
Merge pull request #17 from beat-no/master
The reverse option seems to have been removed from the echo nest api
2 parents d52469d + 29b9cc2 commit f3b45df

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/EchoNest/Api/Artist.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,6 @@ public function getSongs($results = 15, $start = 0)
291291
* @param decimal $min_familiarity the minimum familiarity for returned artists (0.0 < familiarity < 1.0)
292292
* @param decimal $max_hotttnesss the maximum hotttnesss for returned artists (0.0 < hotttnesss < 1.0)
293293
* @param decimal $min_hotttnesss the minimum hotttnesss for returned artists (0.0 < hotttnesss < 1.0)
294-
* @param bool $reverse if true, if true, return artists that are disimilar to the seeds
295294
* @param bool $limit if true, limit the results to the given idspace or catalog
296295
* @param string|array $seed_catalog only give similars to those in a catalog or catalogs, An Echo Nest artist catalog identifier
297296
* @return array array of similar artists found
@@ -310,7 +309,6 @@ public function getSimilar($results = 15, $min_results = 15, $start = 0, $bucket
310309
'min_familiarity' => $min_familiarity,
311310
'max_hotttnesss' => $max_hotttness,
312311
'min_hotttnesss' => $min_hotttness,
313-
'reverse' => $reverse,
314312
'limit' => $limit,
315313
'seed_catalog' => $seed_catalog
316314
));

0 commit comments

Comments
 (0)