Skip to content

Commit

Permalink
add more detailed lyrics provider names for lyrics retrieved from Spo…
Browse files Browse the repository at this point in the history
…tify (#217)
  • Loading branch information
rxsine authored Aug 22, 2024
1 parent 068fc70 commit 264f5bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ public AudioLyrics getLyrics(String id) throws IOException {
));
}

return new BasicAudioLyrics("spotify", "MusixMatch", null, lyrics);
return new BasicAudioLyrics("spotify", json.get("lyrics").get("providerDisplayName").textOrDefault("MusixMatch"), null, lyrics);
}

@Override
Expand Down

0 comments on commit 264f5bb

Please sign in to comment.