spotify / web-api

This issue tracker is no longer used. Join us in the Spotify for Developers forum for support with the Spotify Web API ➡️ https://community.spotify.com/t5/Spotify-for-Developers/bd-p/Spotify_Developer
983 stars 79 forks source link

Get Artists Market Localised Name in Currently Playing endpoint #807

Open imminna opened 6 years ago

imminna commented 6 years ago

Issue found on March 2nd 2018.

Endpoint(s):

Scope(s):

Steps to reproduce:

when i use "/v1/me/player/currently-playing" or any api related with artists. I always get their English Name. If I'd like to get their Chinese name or other language, how could I get it ? Does any parameter could set it ?

hughrawlinson commented 6 years ago

Hi @imminna - thanks for the report, we'll look into it.

imminna commented 6 years ago

hi is any update?

hughrawlinson commented 6 years ago

Not yet @imminna - will update here when we have info.

imminna commented 6 years ago

Thanks , @hughrawlinson And I found that if I use "v1/me/player/currently-playing" API on your API console , then it will display the artist's original name (ex. 劉德華), however if I send the same request from my program, it will always got the artist's English name( ex. Andy Lau) .