mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 07:55:55 +03:00
[PR #366] [MERGED] Replace std::time::Duration with chrono::Duration to support negative duration #418
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#418
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/366
Author: @ramsayleung
Created: 10/27/2022
Status: ✅ Merged
Merged: 12/27/2022
Merged by: @marioortizmanero
Base:
master← Head:ramsay_fix_negative_progress_ms📝 Commits (6)
e94af5breplace std::time::Duration with chrono::Duration882194dReplace std::time::Duraion with chrono::Durationb487d13fix compile errorce706faimpl visit_u64 method, fix failed functions393fb2eUpdate doca49a5f9Fix clippy error.📊 Changes
8 files changed (+59 additions, -52 deletions)
View changed files
📝
CHANGELOG.md(+14 -13)📝
rspotify-model/src/audio.rs(+1 -1)📝
rspotify-model/src/context.rs(+1 -2)📝
rspotify-model/src/custom_serde.rs(+27 -20)📝
rspotify-model/src/show.rs(+2 -2)📝
rspotify-model/src/track.rs(+3 -2)📝
tests/test_models.rs(+9 -10)📝
tests/test_with_oauth.rs(+2 -2)📄 Description
Description
https://github.com/ramsayleung/rspotify/issues/363
Motivation and Context
https://github.com/ramsayleung/rspotify/issues/363
Dependencies
Type of change
Please delete options that are not relevant.
How has this been tested?
All existing tests pass.
Is this change properly documented?
Yes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.