sailfish-spotify / hutspot

Spotify Controller for SailfishOS. Documentation: https://sailfish-spotify.github.io/hutspot.
MIT License
18 stars 12 forks source link

Recently played list is in wrong order #62

Open topiasv opened 5 years ago

topiasv commented 5 years ago

Recently played list shows the oldest items first and newest last. This is a small but relevant little detail as it's more intuitive to see what you've most recently listened to.

wdehoog commented 5 years ago

You mean the "My Recently Played" list? For me it seems to work ok.

It uses this endpoint: https://developer.spotify.com/documentation/web-api/reference/player/get-recently-played/. Could you please use the green "Try It" button on that page to see if the order of the data it returns for you is indeed oldest item first? Maybe hutspot needs to sort the data itself.

topiasv commented 5 years ago

I don't know it seems to be working now 🤔 . I don't know why it displayed it in a wonky order first. Need to look into this if this happens again. I'll let you know if I'm able to reproduce this issue somehow.