Player API .GetRecentlyPlayed() does not .NextPage() properly #708
Replies: 4 comments 3 replies
-
Hi, How are you sure that you even have more than 50 recently played? Did you try to reconstruct the problem in the web api console? Pretty sure its not a bug on this project |
Beta Was this translation helpful? Give feedback.
-
It seems like the "total" field is always empty... |
Beta Was this translation helpful? Give feedback.
-
The problem is that I cannot find a way to do a NextPage() on the web console, do you know if there is a way to test a page flip on the web console? But yes I am very very sure I have more than 50 items, I've also tested it on multiple accounts, all the same. |
Beta Was this translation helpful? Give feedback.
-
What I meant is that spotify is limiting the maximum amount of tracks you can get with |
Beta Was this translation helpful? Give feedback.
-
When using the .NextPage() call on the List of PlayHistoryItems that is returned from the Player.GetRecentlyPlayed() call, the items returned are always empty, limiting me to only 50 PlayHistoryItems, I want to be able to .NextPage() them and get more. I'm assuming this is a bug because everything else does .NextPage() properly.
Beta Was this translation helpful? Give feedback.
All reactions