echonest/jEN

Track upload by url should not include upload attribute

Opened this issue · 0 comments

On a EchonestAPI.java, in method

public Track uploadTrack(URL trackUrl, boolean wait) throws EchoNestException

the parameter 'upload' should not be added

this line should be commented

p.add("upload", (String) null);