echonest / jEN

the java client for The Echo Nest API
67 stars 43 forks source link

Track upload by url should not include upload attribute #6

Open edigitman opened 10 years ago

edigitman commented 10 years ago

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);