youpy/ruby-lastfm

I get an album with no tracks; any idea why ?

Opened this issue · 0 comments

Hi, when I try to get this album using your gem,

document = lastfm.album.get_info('artist':'Pepe Deluxé','album':'Queen of the Wave')

I get a result for the album but the tracks attribute is an empty array; while the album exists (with tracks) on Last.fm.

Any idea of why it does this ?
Could it be related to the accents ?

Thanks for the awesome work !