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: |
Answered by
Aptivadave23
Nov 26, 2024
Replies: 1 comment
|
Like a noob, I forgot to try updating the package version. I did that and looks like we're working now. |
0 replies
Answer selected by
Aptivadave23
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Like a noob, I forgot to try updating the package version. I did that and looks like we're working now.