mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 07:55:55 +03:00
[PR #282] [MERGED] Make FullTrack.id optional #369
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#369
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/282
Author: @marioortizmanero
Created: 11/19/2021
Status: ✅ Merged
Merged: 11/21/2021
Merged by: @ramsayleung
Base:
master← Head:fix-optional📝 Commits (10+)
c518f27Make id optional6824fa1Document change805f2a1Fix testsd3341cfFix unnecessary references in tests3f93374Fix floating point comparisonscc2b57aFormatting8b8b1afFix one last warningc253c17Tidy up example2740a64Merge pull request #283 from ramsayleung/fix-clippye20104aMerge branch 'master' into fix-optional📊 Changes
10 files changed (+68 additions, -64 deletions)
View changed files
📝
.github/workflows/ci.yml(+1 -1)📝
CHANGELOG.md(+2 -1)📝
examples/with_auto_reauth.rs(+13 -13)📝
rspotify-macros/src/lib.rs(+1 -1)📝
rspotify-model/src/device.rs(+1 -1)📝
rspotify-model/src/lib.rs(+7 -4)📝
rspotify-model/src/track.rs(+2 -1)📝
tests/test_models.rs(+22 -20)📝
tests/test_oauth2.rs(+1 -1)📝
tests/test_with_oauth.rs(+18 -21)📄 Description
Description
This fixes #279
Dependencies
None
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
The CI passes perfectly.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.