niveKKumar
niveKKumar
# Bug Report ## What i expected: ``` const test = await spot.playlists.getTracks("0vRxeAksQ8ppt6TzxGV7qG"); console.log(`🚀 ~ loadPodcastInfos ~ test`, test); ``` Expected output: https://developer.spotify.com/console/get-playlist-tracks/ ``` "items": [ { "added_at": "2022-05-11T19:49:45Z", "added_by":...
I am trying to load a local image and draw it to my background of my chart. Problem is, it doesnt resize and keeps the original width. Any idea why...
I want to use the spotify api to retrieve podcasts Using const test = await spotifyApi.search("Huberman", ["show"]); console.log(`🚀 ~ test`, test.body.shows.items); or const test = await spotifyApi.searchShows("Huberman"); Seems to find...