mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-26 16:15:51 +03:00
[PR #422] [MERGED] List of tracks in a playlist added #889
Labels
No labels
api-bug
bug
dependencies
documentation
duplicate
enhancement
external-ide
headless-mode
implicit-grant-flow
invalid
missing-endpoint
pr-welcome
private-api
pull-request
question
spotipy3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotipy#889
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/spotipy-dev/spotipy/pull/422
Author: @CyanBook
Created: 1/15/2020
Status: ✅ Merged
Merged: 1/17/2020
Merged by: @stephanebruckert
Base:
master← Head:master📝 Commits (6)
8678cd1Added playlist_tracks49011c3Update client.py960ee3cMerge branch 'master' of github.com:plamere/spotipy3d22cf2Deprecate old endpoints7fb97edNo warning in python245c3e5eUpdate/remove outdated examples📊 Changes
7 files changed (+103 additions, -72 deletions)
View changed files
📝
CHANGELOG.md(+12 -0)📝
docs/index.rst(+1 -1)📝
examples/read_a_playlist.py(+2 -5)📝
examples/user_playlists_contents.py(+1 -2)➖
examples/user_starred_playlist.py(+0 -30)📝
spotipy/client.py(+51 -27)📝
tests/test_auth.py(+36 -7)📄 Description
Get full details of the tracks of a playlist
Fixes https://github.com/plamere/spotipy/issues/335, https://github.com/plamere/spotipy/issues/318
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.