mirror of
https://github.com/c0de-archive/spotipy.git
synced 2025-07-30 14:00:18 +00:00
Moved to spotipy at pypi
This commit is contained in:
@@ -300,7 +300,7 @@ class Spotify(object):
|
||||
- name - the name of the playlist
|
||||
- public - is the created playlist public
|
||||
'''
|
||||
data = {'name':name, 'public':True }
|
||||
data = {'name':name, 'public':public }
|
||||
return self._post("users/%s/playlists" % (user,), payload = data)
|
||||
|
||||
def user_playlist_add_tracks(self, user, playlist_id, tracks,
|
||||
|
Reference in New Issue
Block a user