For some reason the song language has been removed from /search?q and is now only available in /songs/$id
This has broken the ?preferLang param.
Possible solutions:
- Offer extra endpoints for "simple" info and "advanced" info, with different rate limits (and double the latencies, oof)
- Always make a second API call at the cost of latency (yuck eww disgusting)
- idfk
For some reason the song language has been removed from
/search?qand is now only available in/songs/$idThis has broken the
?preferLangparam.Possible solutions: