You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
According the specs defined in docs.rs, TrackId in FullTrack is not null. However, get playlist items can return a track object will null id.
To Reproduce
Steps to reproduce the behavior:
To get the playlist having a track with null ID, run
Describe the bug
According the specs defined in docs.rs,
TrackId
inFullTrack
is not null. However, get playlist items can return a track object will null id.To Reproduce
Steps to reproduce the behavior:
jq .items[].track.id /tmp/data.txt
to view the list of track's idsExpected behavior
There should be at least one null entry
The text was updated successfully, but these errors were encountered: