dlanghorne0428 / StudioMusicPlayer

Music Player for Ballroom Dance Studio
MIT License
0 stars 0 forks source link

Handle case where track ID doesn't match anything in the playlist. #132

Closed dlanghorne0428 closed 2 years ago

dlanghorne0428 commented 2 years ago

Import one track ID but a different ID gets played.

dlanghorne0428 commented 2 years ago

Closed by pull request #133. Issue was attempting to play a non-US track. Spotify played an alternative track ID which did not match the playlist. Created way to replace all non-US tracks in the database and prevent future non-US tracks from being added.