hrkfdn / ncspot

Cross-platform ncurses Spotify client written in Rust, inspired by ncmpc and the likes.
BSD 2-Clause "Simplified" License
5.08k stars 211 forks source link

fix: Handle librespot `Seeked` events #1519

Closed hrkfdn closed 2 months ago

hrkfdn commented 2 months ago

With librespot 0.5 the PlayerEvent behavior for track seeking seems to have changed slightly and there is now a dedicated event. This broke seeking in tracks.

With this change the dedicated event is processed and track position changes should be picked up again.

Describe your changes

Issue ticket number and link

Checklist before requesting a review