inflatablefriends / lastfm

Portable .Net library for Last.fm
Other
100 stars 61 forks source link

Lang param not working #128

Open mew22 opened 5 years ago

mew22 commented 5 years ago

I tried to set "fr" on Artist.GetInfoByMbidAsync and Artist.GetInfoAsync but the bio is still in English. I verified on lastfm REST endpoint it works well with &lang=fr.

rikkit commented 5 years ago

Thanks for reporting @mew22. I will investigate when I have some spare time (possibly next week).

klinge commented 5 years ago

I had a look at this. Seems like a bug. In the Artist API the method accepts a parameter named bioLang. But then in the SetParameters section in the Artist.GetInfoCommand this is actually never used. This would be easily fixed. I will make the changes and submit a PR.