You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: