mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-25 23:45:52 +03:00
[PR #461] [MERGED] Revert the patch for Spotify API Bug after Spotify fixed the problem. #470
Labels
No labels
Stale
bug
discussion
enhancement
good first issue
good first issue
help wanted
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rspotify#470
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?
📋 Pull Request Information
Original PR: https://github.com/ramsayleung/rspotify/pull/461
Author: @ramsayleung
Created: 3/8/2024
Status: ✅ Merged
Merged: 3/8/2024
Merged by: @ramsayleung
Base:
master← Head:ramsay/revert-float-point-patch📝 Commits (4)
b339153Revert the patch for Spotify API Bug after Spotify fixed the problem.75ceb28Migrate the deprecated API in chrono to the recommended ones.cd55e43Fix cargo clippy error.55b263aDowngrade the version back to 0.12📊 Changes
14 files changed (+65 additions, -136 deletions)
View changed files
📝
Cargo.toml(+1 -1)📝
examples/ureq/seek_track.rs(+1 -1)📝
examples/with_auto_reauth.rs(+2 -2)📝
rspotify-model/src/artist.rs(+1 -3)📝
rspotify-model/src/auth.rs(+3 -3)📝
rspotify-model/src/context.rs(+5 -4)📝
rspotify-model/src/custom_serde.rs(+23 -56)➖
rspotify-model/src/data_type_patcher.rs(+0 -28)📝
rspotify-model/src/image.rs(+0 -6)📝
rspotify-model/src/lib.rs(+3 -6)📝
src/clients/mod.rs(+1 -1)📝
tests/test_models.rs(+11 -17)📝
tests/test_oauth2.rs(+12 -6)📝
tests/test_with_oauth.rs(+2 -2)📄 Description
Description
Motivation and Context
#452
#457
Dependencies
None
Type of change
Please delete options that are not relevant.
How has this been tested?
All existing tests pass
Is this change properly documented?
It's not necessary.
Don't forget to add an entry to the CHANGELOG if necessary (new features, breaking changes, relevant internal improvements).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.