mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 07:55:55 +03:00
[PR #302] [MERGED] Label #386
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#386
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/302
Author: @Marekkon5
Created: 3/7/2022
Status: ✅ Merged
Merged: 3/7/2022
Merged by: @marioortizmanero
Base:
master← Head:label📝 Commits (4)
01bad61Label in album6fbe1b2FullAlbum label4cd9c6aAlbum label doc0bc1181Changelog, fmt📊 Changes
2 files changed (+3 additions, -0 deletions)
View changed files
📝
CHANGELOG.md(+1 -0)📝
rspotify-model/src/album.rs(+2 -0)📄 Description
Description
There is a label field missing in the
FullAlbumstruct. I know it's not in the documentation, but most albums do have label in the response from Spotify.Example album ids:
Motivation and Context
Missing label field in Album response.
Dependencies
None
Type of change
Please delete options that are not relevant.
How has this been tested?
You can just run the
client_creds(unmodified) and the example album will have label.Is this change properly documented?
Very minor change, let me know if I should add to CHANGELOG.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
AlbumTypeforBaseClient::artist_albums_manual#426