Floby / node-libspotify

Node bindings for the libspotify C library
projects.flo.by/node-libspotify/
102 stars 66 forks source link

Album cover retrieving #29

Closed LinusU closed 11 years ago

LinusU commented 11 years ago

Huge thanks to @swissmanu, this is some improvements made to his original work for adding album cover retrieving.

(replaces #27)

"But wait Linus", you say, "you are throwing and callbacking with err". Yes! I do this since the throw is a programmer mistake, it's a bit like assert. An album without cover on the other hand, that is a runtime error.

swissmanu commented 11 years ago

glad our changes made it :)

LinusU commented 11 years ago

Thanks, couldn't have done it without you!