lfranchi / libechonest

A C++/Qt wrapper around the wonderful echo nest api
Other
10 stars 5 forks source link

Small bugfix, small change in tests, deprecation of old genre API #13

Closed Horrendus closed 10 years ago

Horrendus commented 10 years ago

Old Genre API is deprecated by echonest (but still working atm)

There was a Bug where the wrong method was called in parseArtistInfo

Bug seems to never have affected the tests (because it was only visible when reading URLs via parsing a list of artist, not via a artist profile)

lfranchi commented 10 years ago

Can you add a test that confirms the fix works? :)