farshed/genius-lyrics-api

getSongById 401 response

TommysG opened this issue · 1 comments

Get song by id gives me 401 response. I think it's because of this line ${url}${id}&access_token=${apiKey} instead of ${url}${id}?access_token=${apiKey}.

Fixed in #30