mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 07:55:55 +03:00
[PR #193] [MERGED] Miscellaneous fixes #302
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#302
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/193
Author: @marioortizmanero
Created: 3/9/2021
Status: ✅ Merged
Merged: 3/10/2021
Merged by: @ramsayleung
Base:
master← Head:misc-fixes📝 Commits (10+)
463d8b1spacing fixes, simplify SeveralEpisodese3ed447sort parts of changelog for faster lookup256ffadupdate changelogbead2e7add test9d38e13cargo fmta311555more spacing and fix docsa666599improve feature conflict errors1e392bbcargo fmt038b8a0proper test locationsfc43ae9fix scopes docs📊 Changes
25 files changed (+219 additions, -126 deletions)
View changed files
📝
CHANGELOG.md(+54 -54)📝
src/client.rs(+4 -2)📝
src/lib.rs(+44 -49)📝
src/macros.rs(+40 -12)📝
src/model/album.rs(+1 -0)📝
src/model/artist.rs(+2 -0)📝
src/model/audio.rs(+3 -1)📝
src/model/category.rs(+2 -0)📝
src/model/context.rs(+2 -0)📝
src/model/enums/mod.rs(+2 -1)📝
src/model/idtypes.rs(+7 -4)📝
src/model/image.rs(+1 -0)📝
src/model/mod.rs(+12 -1)📝
src/model/offset.rs(+2 -0)📝
src/model/page.rs(+3 -0)📝
src/model/playing.rs(+1 -0)📝
src/model/playlist.rs(+1 -0)📝
src/model/recommend.rs(+1 -0)📝
src/model/search.rs(+2 -0)📝
src/model/show.rs(+5 -1)...and 5 more files
📄 Description
Description
This fixes a few things:
SeveralEpisodes->Vec<FullEpisode>Type of change
Please delete options that are not relevant.
How Has This Been Tested?
New OAuth test:
test_get_several_episodescargo build --no-default-features --features=client-ureq,client-reqwestcargo build --no-default-features🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.