fix: Update to latest Librespot to fix playback
* fix: adapt to librespot SpotifyUri API changes Fixes compatibility with librespot PR #1622 which changed the API from SpotifyId::from_uri() to SpotifyUri::from_uri(). Changes: - Updated src/spotify_worker.rs to use SpotifyUri instead of SpotifyId - Updated Cargo.toml to use librespot from official repository (merge commit a9122dcb from PR #1622) - Regenerated Cargo.lock with updated dependencies Fixes #1732 Depends on librespot-org/librespot#1622 (merged) * Switch to 0.8.0 release * Update CHANGELOG * `cargo fmt` --------- Co-authored-by: Guilherme Fontes <48162143+gui-baeta@users.noreply.github.com> Co-authored-by: Henrik Friedrichsen <henrik@affekt.org>
This commit is contained in:
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
- Playlist retrieval crashing when list contains podcast episodes
|
||||
- Crash when shifting a song by an amount greater than the queue's length
|
||||
- Crash when displaying songs that do not have an (available) artist
|
||||
- Playback broken due to Spotify API change
|
||||
|
||||
## [1.3.1]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user