I have skip 2 songs first then use the previous command. As you see in the screenshot it played the first song not the last song skipped.
i am using await player.play(player.getPrevious(true));
if I am using something wrong please guide me or if not that will be awesome if it plays from the last skip song and goes up the queue one by one not the first.
using playlist https://open.spotify.com/playlist/3sXxFdGLOmCDNcgwYduBvw?si=a936d593325746f4
I have skip 2 songs first then use the previous command. As you see in the screenshot it played the first song not the last song skipped.
i am using
await player.play(player.getPrevious(true));
if I am using something wrong please guide me or if not that will be awesome if it plays from the last skip song and goes up the queue one by one not the first.