mirror of
https://github.com/devgianlu/go-librespot.git
synced 2026-04-26 21:35:49 +03:00
[GH-ISSUE #70] long playlists are not fetched completely when started from certain devices #55
Labels
No labels
bug
enhancement
pull-request
spotify-side
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/go-librespot#55
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tooxo on GitHub (Aug 18, 2024).
Original GitHub issue: https://github.com/devgianlu/go-librespot/issues/70
I just noticed, that if I run go-librespot and try to start a playlist on there from a up-to-date mac desktop version of the spotify client it just fetches 25 songs, even if there are more tracks in the playlist. When I debugged this, I realized the nextPageUrl of the Page in the response is empty. Is there maybe a workaround for this which could be implemented?
From what it seems like, the paging seems not to be used in the android implementation anyway, here it just sends one page with all the tracks included.
@devgianlu commented on GitHub (Aug 18, 2024):
Closing 😉