In the spotify app api is there a way to set the “now playing” playlist without interrupting the currently playing track?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No. The currently playing track and the thing it’s playing from together make “Now playing”. By definition, you can’t change “now playing” without interrupting what’s playing.
If you want to modify what plays after the current track, watch for the relevant event on the player object – when the current track ends, you can then change what plays next seamlessly.