android-sdk icon indicating copy to clipboard operation
android-sdk copied to clipboard

SpotifyAppRemote..getPlayerApi().play() plays the wrong track

Open rtessler opened this issue 3 years ago • 0 comments

Thanks for your interest in the Spotify App Remote SDK! If you're submitting a bug, please use the following template. If your issue is a feature request, please include your use-case so that we have all the necessary info.

Issue found on DATE. 28-Sep-2022

SDK Version: spotify-app-remote-release-0.7.2.aar

OS Version: android 12

Scope(s): app

Steps to reproduce:

  1. open spotify
  2. add tracks to the queue
  3. run the app-remote-sample project
  4. press connect
  5. press PLAY TRACK
  6. redbud tree plays correctly
  7. press the next button
  8. press PLAY TRACK
  9. a track from the queue plays, not redbud tree

Expected behaviour:

should play 'redbud tree' by mark knopfler

Actual behaviour:

plays the wrong track

rtessler avatar Sep 28 '22 11:09 rtessler