Searching previous tracks listened to by date #1008
-
I'm trying to do something and not having any luck. What I'm attempting to do is to create a method that accepts a start date and an end date and perform a look-up of all of the tracks that I have listened to during that timeframe. Everything I have attempted so far only returns the tracks I've recently listened to, regardless of the start date I've entered (after being converted correctly), calling the Player.GetRecentlyPlayed method. However, if I call the Spotify API directly, it will pull tracks at the correct start time. Below is the sample of the code that I am currently using to look up tracks based on time:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Like a noob, I forgot to try updating the package version. I did that and looks like we're working now. |
Beta Was this translation helpful? Give feedback.
Like a noob, I forgot to try updating the package version. I did that and looks like we're working now.