mirror of
https://github.com/c0de-archive/spotipy.git
synced 2024-11-04 23:17:48 +00:00
renamed me_playlists t
renamed me_playlists to current_user_playlists to match style of other 'me' endpoints
This commit is contained in:
parent
1f4189b1be
commit
b48990f02a
@ -331,7 +331,7 @@ class Spotify(object):
|
||||
'''
|
||||
return self._get('users/' + user)
|
||||
|
||||
def me_playlists(self, limit=50, offset=0):
|
||||
def current_user_playlists(self, limit=50, offset=0):
|
||||
""" Get current user playlists without required getting his profile
|
||||
Parameters:
|
||||
- limit - the number of items to return
|
||||
|
Loading…
Reference in New Issue
Block a user