Ruurd Bijlsma

Results 4 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\" } }" ```...