You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now f10k will send the tracks on a page as the context for the track you want to play. That means that the Spotify Web Playback SDK will continue playing the songs you provided as context. That also means that your queue will only contain the items on the page of the track you played.
Couple of problems:
There is no way to add songs to the queue using the Spotify Web API
We don't have a playlist for saved songs so we can't use a playlist as context
Possible solutions:
Just try to pass ALL tracks as context (probably won't work)
Add the next n tracks when the previous track ends
Add the next page of tracks when the last track of a page is played
The text was updated successfully, but these errors were encountered:
Right now f10k will send the tracks on a page as the context for the track you want to play. That means that the Spotify Web Playback SDK will continue playing the songs you provided as context. That also means that your queue will only contain the items on the page of the track you played.
Couple of problems:
Possible solutions:
The text was updated successfully, but these errors were encountered: