Skip to content

implement limit parameter on get tracks - #31

Open
jrayback wants to merge 1 commit into
varunneal:mainfrom
jrayback:jrayback_250718_fix-get-tracks-limit-offset
Open

implement limit parameter on get tracks#31
jrayback wants to merge 1 commit into
varunneal:mainfrom
jrayback:jrayback_250718_fix-get-tracks-limit-offset

Conversation

@jrayback

Copy link
Copy Markdown

get tracks now takes a limit parameter and gets paginated results so that a full track list (beyond 100 songs) can be retrieved.

Signed-off-by: Jonathan Rayback <jrayback@gmail.com>
@varunneal

Copy link
Copy Markdown
Owner

Getting the error
Unexpected error occurred: '<' not supported between instances of 'int' and 'str'

I think this might arise from not casting limit to an int. We'll want to do something like int(arguments.get("playlist_id"))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants