mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-26 16:15:51 +03:00
[PR #312] [CLOSED] Removed duplicate audio_analysis method in client.Spotify() #847
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#847
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/312
Author: @omarryhan
Created: 7/26/2018
Status: ❌ Closed
Base:
master← Head:master📝 Commits (5)
634d8e2Removed duplicate audio_analysis method in client.Spotify()809e24cSpotify.user_playlist_tracks() requires a playlist_id parameter. Removed optionality from playlist_idf87fe42Oauth and util fixesa49afc8changed absolute import to relative import1fd4ad5added a bunch of gitignores📊 Changes
4 files changed (+178 additions, -55 deletions)
View changed files
📝
.gitignore(+127 -0)📝
spotipy/client.py(+3 -10)📝
spotipy/oauth2.py(+45 -42)📝
spotipy/util.py(+3 -3)📄 Description
Removed duplicate audio_analysis method in client.Spotify()
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.