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
Fix PlayerMPD.rewind to start with the first song (MiczFlor#2323)
rewind() is documented to jump to the first song of the playlist.
Instead, it jumped to the second song as SONGPOS in
MPDClient.play(SONGPOS) is zero-indexed [1], so mpd.play(1) started
the second song.
[1] https://mpd.readthedocs.io/en/latest/protocol.html#the-queue
"The position is a 0-based index"
Related: MiczFlor#2294
0 commit comments