I'm calling
spotify.Client.GetPlaylistItems(ctx, id, spotify.Fields("items(track(id))"))
and I get the error:
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.
I'm calling
and I get the error:
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.