Add searchLyricsByKeyword as last resort

This commit is contained in:
vfsfitvnm
2022-08-06 23:29:24 +02:00
parent 51e767b422
commit 41b22eab70
2 changed files with 20 additions and 5 deletions

View File

@@ -133,7 +133,7 @@ fun Lyrics(
}
}
KuGou.lyrics(mediaMetadata.artist?.toString() ?: "", mediaMetadata.title?.toString() ?: "", duration)?.map {
KuGou.lyrics(mediaMetadata.artist?.toString() ?: "", mediaMetadata.title?.toString() ?: "", duration / 1000)?.map {
it?.value
}
} else {