Add LrcLib Fetcher (#136)

* lrclib, do not show search/clear buttons if no fetchers configured
This commit is contained in:
Kendall Garner
2023-06-11 19:45:50 +00:00
committed by GitHub
parent d7ca25525c
commit d6e628099c
5 changed files with 141 additions and 5 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ export async function getSearchResults(
if (!rawSongsResult) return null;
const songResults: InternetProviderLyricSearchResponse[] = rawSongsResult.map((song: any) => {
const songResults: InternetProviderLyricSearchResponse[] = rawSongsResult.map((song) => {
return {
artist: song.artist_names,
id: song.url,