hrkfdn / mpdas

MPD AudioScrobbler written in C++ using libcurl
http://50hz.ws/mpdas/
Other
125 stars 22 forks source link

Use lowercased username in login handshake #23

Closed agjacome closed 9 years ago

agjacome commented 9 years ago

Lowercased username was already computed to create the authToken's md5 hash. So this is a very small change. As I said in #22, this does not look like a mpdas issue, but solves that undocumented change in the last.fm API.

hrkfdn commented 9 years ago

I'll merge this if the other bug reporters confirm that this fixes the problem for them. Thanks a lot for your patch!