mirror of
https://github.com/c0de-archive/spotipy.git
synced 2025-10-10 11:38:36 +00:00
Added example that gets a user's starred items
This commit is contained in:
@@ -203,7 +203,7 @@ class Spotify(object):
|
||||
'''
|
||||
return self.get("users/%s/playlists" % user)
|
||||
|
||||
def user_playlist(self, user, playlist_id, fields=None):
|
||||
def user_playlist(self, user, playlist_id = None, fields=None):
|
||||
''' Gets playlist of a user
|
||||
'''
|
||||
if playlist_id == None:
|
||||
|
Reference in New Issue
Block a user