Ruurd Bijlsma

Results 6 issues of Ruurd Bijlsma

Example: ``` if(missingItems.Length > 0) { #if DEPENDENCY_ITEMEXCHANGE print("DEPENDENCY DETECTED"); #else print("DEPENDENCY NOT HERE"); #endif } ``` Because of the tab in front of #if it doesn't work

When you retrieve a spotify track from either "liked" or a playlist, a property is added to the track object: `is_local`. Example in api docs: https://developer.spotify.com/documentation/web-api/reference/get-users-saved-tracks Current SpotifyApi.TrackObjectFull type definition:...

Fixes this: https://github.com/JMPerez/spotify-web-api-js/issues/228 Source: https://developer.spotify.com/documentation/web-api/reference/save-tracks-user

**Describe the bug** I'm using `spotify.api.addToMySavedTracks`, but i get a network error (status 400) in the console: ``` responseText: "{\"error\": {\"status\": 400, \"message\": \"Missing required field: ids\" } }" ```...

#### Tell us about the task you want to perform and are unable to do so because the feature is not available I do a little login to my api,...

Hello I have a suggestion/feature request. I migrated my files from google drive to this, love it so far. One thing that would really help smooth out the transition would...