Closed jmfortunatojr closed 6 years ago
This fixes #103
@jmfortunatojr Could you also update the README? There is a reference to the old playlist format in
spotifyApi.getPlaylist('jmperezperez', '4vHIKV7j4QcZwgzGQcZg1x')
.then(function(data) {
console.log('User playlist', data);
}, function(err) {
console.error(err);
});
Done
On Wed, Aug 22, 2018 at 7:15 AM José M. Pérez notifications@github.com wrote:
@jmfortunatojr https://github.com/jmfortunatojr Could you also update the README? There is a reference to the old playlist format in
spotifyApi.getPlaylist('jmperezperez', '4vHIKV7j4QcZwgzGQcZg1x') .then(function(data) { console.log('User playlist', data); }, function(err) { console.error(err); });
— You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub https://github.com/JMPerez/spotify-web-api-js/pull/105#issuecomment-414997914, or mute the thread https://github.com/notifications/unsubscribe-auth/ACkXxszidcxUk9ummHMX8_zrq9hOecZvks5uTT1tgaJpZM4WGSRR .
-- 45PRESS James Fortunato -- Development & Engineering 330-953-1745 ext. 8
Coverage remained the same at 98.378% when pulling 40b24f3314ab783d22797ad103a6df785197bfd5 on jmfortunatojr:master into 9a36af0291c2c64e783fc55e0c52973891e34cdd on JMPerez:master.