mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 08:05:57 +03:00
[GH-ISSUE #437] Use upstream rspotify (not my fork) #182
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-tui#182
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Rigellute on GitHub (May 4, 2020).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/437
Due to changes on Spotify's end, the audio analysis endpoint has started returning missing attributes which aren't expected when deserializing (causing a crash).
A temporary fix is to use my fork of rspotify that makes all audio analysis properties optional.
Hopefully the Spotify API will clarify which properties are now optional so we can update rspotify to fix this properly.
One problem with using my fork is that crates.io won't accept a
gitdependency. So this is bodge fix.