Hi 👋
I would like to retrieve Apple Music resources in a specific language.
For example, I live in France, but my iPhone language is set to English (UK)
, unfortunately, it seems like MusicKit is always fetching resources in French
(I guess it's the default language associated to my Apple Music account).
I know it's possible to specify the language code through the URL (using the l
query parameter), but I really would like to use MusicDataRequest
as less as possible.
Could you please consider adding a way to do this?
Regards,
Julien