Skip to content

Commit

Permalink
fix deezer
Browse files Browse the repository at this point in the history
  • Loading branch information
topi314 committed Jan 6, 2024
1 parent 4943e19 commit de673da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ public AudioLyrics getLyrics(String id) throws IOException {
));
}

return new BasicAudioLyrics("deezer", lyricsText, lyrics);
return new BasicAudioLyrics("deezer", "LyricFind", lyricsText, lyrics);
}

@Override
Expand Down

0 comments on commit de673da

Please sign in to comment.