Takiyo0 / Kazagumo

A Shoukaku wrapper that have built-in queue system and other feature
MIT License
56 stars 38 forks source link

player.getPrevious() get the first track not the previous track #58

Closed ErrorDoc404 closed 4 months ago

ErrorDoc404 commented 4 months ago

using playlist https://open.spotify.com/playlist/3sXxFdGLOmCDNcgwYduBvw?si=a936d593325746f4

image

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.