Skip to content

Unrecognised item type error when using fields on GetPlaylistItems #262

Description

@keval6b

I'm calling

spotify.Client.GetPlaylistItems(ctx, id, spotify.Fields("items(track(id))"))

and I get the error:

unrecognized item type: 

I'm assuming this is because it's expecting to decode the rest of the fields that don't exist.

I'd expect it to just give me back tracks with only the id populated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions