Hi There,
In the documentation of MusicKit's Song object I can find the hasLyrics property, with the following description:
A Boolean value that indicates whether the song has lyrics available in the catalog. If true, the song has lyrics available; otherwise, it doesn’t.
My only question now is, where can I find the lyrics if this returns true? What is "the catalog" in this case.
I hope the lyrics are available in MusicKit or the Apple Music API as this would save me a lot of headache connecting more API's (lyrics is one of my most requested feature)