Skip to content

Commit 264f5bb

Browse files
authored
add more detailed lyrics provider names for lyrics retrieved from Spotify (#217)
1 parent 068fc70 commit 264f5bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/src/main/java/com/github/topi314/lavasrc/spotify/SpotifySourceManager.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ public AudioLyrics getLyrics(String id) throws IOException {
181181
));
182182
}
183183

184-
return new BasicAudioLyrics("spotify", "MusixMatch", null, lyrics);
184+
return new BasicAudioLyrics("spotify", json.get("lyrics").get("providerDisplayName").textOrDefault("MusixMatch"), null, lyrics);
185185
}
186186

187187
@Override

0 commit comments

Comments
 (0)