MaximoMachado / Spotify-Playlist-Searcher

Application used to find which Spotify playlists of a user contains a particular song.
MIT License
3 stars 0 forks source link

Spotipy Search Defaults to US Market #3

Open MaximoMachado opened 4 years ago

MaximoMachado commented 4 years ago

Either it needs to be dealt with by giving the user the option to select the market used or to provide the option if no results are found.

MaximoMachado commented 4 years ago

It actually defaults to the market provided by the user token. While it's possible for a user's playlist to contain a song that they cannot play, I'm not sure how useful it would be to allow the user to pick the region that the song search is for.

At the very least, it's a low priority problem that could be added after other more important improvements are.