mirror of
https://github.com/THIS-IS-NOT-A-BACKUP/zspotify.git
synced 2026-01-10 17:00:01 +00:00
fixed user playlist download issue
1. added new scope `playlist-read-private` for access token 2. Added progress bar far playlist download(previously it's showing for each song separately)
This commit is contained in:
@@ -68,6 +68,8 @@ PREMIUM = 'premium'
|
||||
|
||||
USER_READ_EMAIL = 'user-read-email'
|
||||
|
||||
PLAYLIST_READ_PRIVATE = 'playlist-read-private'
|
||||
|
||||
WINDOWS_SYSTEM = 'Windows'
|
||||
|
||||
CREDENTIALS_JSON = '../credentials.json'
|
||||
|
||||
Reference in New Issue
Block a user