ParadoxSpiral/libmpv-rs

Playing the previous item in a playlist doesn't work

Closed this issue · 1 comments

I couldn't get Mpv::playlist_previous_weak() and Mpv::playlist_previous_force() to work while Mpv::playlist_next_weak() and Mpv::playlist_next_force() work just fine. I am able to play the previous item by using the command playlist-prev instead of playlist-previous which is used here and here.

This section in the mpv manual describes playlist-prev.

Fixed in this commit which is in the 2.0.1 release.

Thanks for your report!