adamint / spotify-web-api-kotlin

Spotify Web API wrapper for Kotlin, Java, JS, and Native - Targets JVM, Android, JS (browser), Native (Desktop), and Apple tvOS/iOS. Includes a Spotify Web Playback SDK wrapper for Kotlin/JS, and a spotify-auth wrapper for Kotlin/Android.
https://adamint.github.io/spotify-web-api-kotlin-docs/
MIT License
194 stars 21 forks source link

Fixed #302: PlayHistory should contain a Track object rather than a SimpleTrack, due to a change in the Spotify API #303

Closed Nielssg closed 2 years ago

Nielssg commented 2 years ago

Closes #302

Nielssg commented 2 years ago

@adamint it seems like the tests are failing due to invalid credentials, are the credentials set to the correct ones or should I also add them to my fork (even though the actions run from this repo, not my fork)? Running the tests locally is no problem fortunately.

adamint commented 2 years ago

@Nielssg this was due to a misconfiguration in the Action, sorry! No action required, I've confirmed this can be merged, thanks 😄