Drivemode / SpotifyApi

Spotify Web API Wrapper with Retrofit and OkClients just for Android. This library includes authentication and account token management feature.
Apache License 2.0
49 stars 10 forks source link

searchTracks isn't working. #2

Open Wolftein opened 9 years ago

Wolftein commented 9 years ago

PagerTrack should contain a page of track, not tracks.

https://github.com/kaaes/spotify-web-api-android/blob/master/src/main/java/kaaes/spotify/webapi/android/models/TracksPager.java

https://github.com/Drivemode/SpotifyApi/blob/master/SpotifyApi/src/main/java/com/drivemode/spotify/models/TracksPager.java

https://api.spotify.com/v1/search?type=track&q=Skrillex&offset=0&limit=50

KeithYokoma commented 9 years ago

Ok, I'll fix this ASAP.