mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 07:55:55 +03:00
[PR #194] [MERGED] Allow PlaylistItem to contain episodes. #303
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#303
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/194
Author: @kstep
Created: 3/9/2021
Status: ✅ Merged
Merged: 3/10/2021
Merged by: @marioortizmanero
Base:
master← Head:playlist-item-episodes📝 Commits (4)
6ba4977use enum instead of full track8a5f5a7fmt7010ad9rename PlayingItem to PlayableItem, update changelog6679079Merge branch 'master' into playlist-item-episodes📊 Changes
4 files changed (+8 additions, -7 deletions)
View changed files
📝
CHANGELOG.md(+2 -0)📝
src/model/context.rs(+3 -3)📝
src/model/mod.rs(+1 -1)📝
src/model/playlist.rs(+2 -3)📄 Description
Description
It's a change for meta-issue #127: "Allow
PlaylistTrack/PlaylistItemto contain episodes."Motivation and Context
According to meta-issue #127 and official docs,
PlaylistItemobject can have eitherFullTrackorFullEpisodeobject as a value of thetrackfield.Hence the fix.
Dependencies
Update docs and changelog.
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Run a full test suite.
This change is
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.