Insert song into running playlist without restarting it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm using the Web API to insert a song into the currently running playlist right after the currently playing track.
So at first my playlist looks like this:
Song A
Song B <-- Currently playing
Song C
Then after my API call, it looks like this:
Song A
Song B <-- Currently playing
Inserted Song
Song C
But once Song B is over, it doesn't play the Inserted Song, but instead starts from the first song again.
What can I do to prevent this from happening?
I'm using Spotify Free and I do not have shuffle or repeat enabled.
Edit:
Is this maybe somehow related to playlist snapshots? Like the playlist reaches the third song and the snapshot says "The third song is supposed to Song C", but then it sees the third song has been replaced with the Inserted Song in the latest version and gets confused and thus jumps back to the first song?
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page