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 #5

Closed edigitman closed 10 years ago

edigitman commented 10 years ago

On a EchonestAPI.java, in method public Track uploadTrack(URL trackUrl, boolean wait) the parameter 'p.add("upload", (String) null);' should not be added. just comment out that line.