searchTrackLyrics

abstract suspend fun searchTrackLyrics(clientId: String, track: Track): Feed<Lyrics>

Searches for the unloaded lyrics of a track.

Return

the paged lyrics.

Parameters

clientId

the client id to use for the search.

track

the track to search the lyrics for.

See also