JesseVelden / Node-Spotify-Playlist

Node.js - Spotify Playlist Data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update spotify url

matthlavacka opened this issue · comments

Spotify changed url where you can access playlist.

Fix:

Spotify.url = {
    playlist: 'https://open.spotify.com/embed?uri=spotify%3Auser%3A%s%3Aplaylist%3A%s'
}

Thanks! Fixed in 63b7277