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
The method sp.queue()["queue"] returns the items in the queue, which can be both from the playlist or added by the user.
To check if the queue was changed by the user, we need to monitor the queue and compare its new state with the old one. If new songs are at the top of the queue, these were added by the user.
This will be useful to check if the user decided to play a specific track next, or whether it is part of the normal playback
The text was updated successfully, but these errors were encountered: