bugfix: don't use limit here

This commit is contained in:
Peter Schnebel 2013-10-26 10:29:21 +02:00
parent a755fbcf53
commit e4792df50f

View file

@ -194,7 +194,7 @@ class EchonestMetadataPlugin(plugins.BeetsPlugin):
except Exception:
return from_track
songs = self._echofun(pyechonest.song.profile,
ids=ids, track_ids=[track.id], limit=100,
ids=ids, track_ids=[track.id],
buckets=['audio_summary'])
if songs is None:
raise Exception(u'failed to retrieve info from upload')