Skip to content

Commit 3645d1f

Browse files
authored
Fix documentation example for getPlaylistTracks (#318)
1 parent dfa8144 commit 3645d1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -963,7 +963,7 @@ var spotifyApi = new SpotifyWebApi({
963963

964964
// Get tracks in a playlist
965965
api
966-
.getPlaylistTracks('thelinmichael', '3ktAYNcRHpazJ9qecm3ptn', {
966+
.getPlaylistTracks('3ktAYNcRHpazJ9qecm3ptn', {
967967
offset: 1,
968968
limit: 5,
969969
fields: 'items'

0 commit comments

Comments
 (0)