Last.FM - track identification issues for specific artist #252
Unanswered
Idyllwilde
asked this question in
Помощь с ошибкой
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi I've been trying out some basic last.fm functions and everything is working great except for 1 artist called "a.s.o."
"Spotify по типу track не нашел: a s o thinking"
Anyone have any ideas why this is happening and how this could possibly be debugged?
The function I'm using:
function lastfmTop12Months(){
let tracks = Lastfm.getTopTracks({
user: 'x',
period: '12month',
limit: 100
});
Beta Was this translation helpful? Give feedback.
All reactions