Closed Genjura closed 7 years ago
It looks like Spotify recently changed their web API to require OAuth tokens for the /v1/albums/
endpoint. The plan now is to update Spotispy to support this API change.
I've recently found an unauthenticated endpoint on open.spotify.com that returns the album image URL. It's already been implemented into Baritone and I'll be implementing it here as soon as I can.
So is this going to be solved soon?
I'll have time to work on the issue this Saturday.
i did something cool but i'm, awaiting for your album art update, kepp it up, good job.
Fixed in f1940cc
Album covers stopped showing up Had to sign up for a spotify dev account for web API and send token in header with config.headers['Authorization'] = 'Bearer ***'; in getJson function.