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.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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