Is it possible to change the number of songs that can be queued from a playlist? #1105
Answered
by
twlite
FordFriedel
asked this question in
Q&A
-
|
When queuing a (spotify) playlist it appears as if you can only get the first 100 tracks at a time, is it possible to change this? |
Beta Was this translation helpful? Give feedback.
Answered by
twlite
Mar 31, 2022
Replies: 1 comment 1 reply
-
|
It is not possible with the default implementation as spotify only gives first 100 tracks from the widget. You can however use the spotify api and parse all tracks then load it into the player to get more than 100 tracks. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
FordFriedel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is not possible with the default implementation as spotify only gives first 100 tracks from the widget. You can however use the spotify api and parse all tracks then load it into the player to get more than 100 tracks.